Html Css Color HEX #DAD92C Bitter Lemon

📋 copy color: '#DAD92C'

red 218 ◦ green 217 ◦ blue 44

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

Shades of Bitter Lemon #DAD92C

Tints of Bitter Lemon #DAD92C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.3%

 BLUE value IS 44 (17.58% from 255) = 9.19%

R = 45.51%
G = 45.3%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAD92C (or 0xDAD92C) is known color: Bitter Lemon. HEX triplet: DA, D9 and 2C. RGB value is (218,217,44). Sum of RGB (Red+Green+Blue) = 218+217+44=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 44 (17.58% from 255 or 9.19% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD92C is #2526D3. Grayscale: #C6C6C6. Windows color (decimal): -2434772 or 2939354. OLE color: 2939354.

HSL color Cylindrical-coordinate representation of color #DAD92C: hue angle of 59.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAD92C is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 217 44 -
CMYK 0 0.00 0.80 0.15
HSL 59.66º 0.7% 0.51% -
HSV(B) 59.66º 0.8% 0.85% -
XYZ 54.18 64.71 12.02 -
YUV 197.58 41.33 142.57 -
System Red Green Blue C M Y K H S L
Decimal 218 217 44 0 0.00 0.80 0.15 59.66 0.7 0.51
Hex DA D9 2C 0 0 50 F 3C 46 33
Octal 332 331 54 0 0 120 17 74 106 63
Binary 11011010 11011001 101100 0 0 1010000 1111 111100 1000110 110011

Color Harmonies of #DAD92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD92C

Black with #DAD92C

Text Example


Text Example

White with #DAD92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD92C; }

 p { color: rgb(218,217,44); }

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

background-color css

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

 a { background-color: rgb(218,217,44); }

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

border-color css

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

 span { border-color: rgb(218,217,44); }

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