Html Css Color HEX #DAD627 Bitter Lemon

📋 copy color: '#DAD627'

red 218 ◦ green 214 ◦ blue 39

#DAD627
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bitter Lemon #DAD627

Tints of Bitter Lemon #DAD627

RGB

 RED value IS 218 (85.55% from 255) = 46.28%

 GREEN value IS 214 (83.98% from 255) = 45.44%

 BLUE value IS 39 (15.63% from 255) = 8.28%

R = 46.28%
G = 45.44%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DAD627 (or 0xDAD627) is known color: Bitter Lemon. HEX triplet: DA, D6 and 27. RGB value is (218,214,39). Sum of RGB (Red+Green+Blue) = 218+214+39=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 39 (15.62% from 255 or 8.28% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD627 is #2529D8. Grayscale: #C3C3C3. Windows color (decimal): -2435545 or 2610906. OLE color: 2610906.

HSL color Cylindrical-coordinate representation of color #DAD627: hue angle of 58.66º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAD627 is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 214 39 -
CMYK 0 0.02 0.82 0.15
HSL 58.66º 0.71% 0.5% -
HSV(B) 58.66º 0.82% 0.85% -
XYZ 53.33 63.15 11.3 -
YUV 195.25 39.83 144.23 -
System Red Green Blue C M Y K H S L
Decimal 218 214 39 0 0.02 0.82 0.15 58.66 0.71 0.5
Hex DA D6 27 0 2 52 F 3B 47 32
Octal 332 326 47 0 2 122 17 73 107 62
Binary 11011010 11010110 100111 0 10 1010010 1111 111011 1000111 110010

Color Harmonies of #DAD627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD627

Black with #DAD627

Text Example


Text Example

White with #DAD627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD627; }

 p { color: rgb(218,214,39); }

 H1.HeaderClassName
 {
   color: #DAD627;
 }
 .AnyTagClassName
 {
   color: #DAD627;
 }
</style>

background-color css

<style>
 a { background-color: #DAD627; }

 a { background-color: rgb(218,214,39); }

 div.DivClassName
 {
   background-color: #DAD627;
 }
 .BgClassName
 {
   background-color: #DAD627;
 }
</style>

border-color css

<style>
 span { border-color: #DAD627; }

 span { border-color: rgb(218,214,39); }

 td.TdClassName
 {
   border-color: #DAD627;
 }
 .TagClassName
 {
   border-color: #DAD627;
 }
</style>