Html Css Color HEX #DAD22C Bitter Lemon

📋 copy color: '#DAD22C'

red 218 ◦ green 210 ◦ blue 44

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

Shades of Bitter Lemon #DAD22C

Tints of Bitter Lemon #DAD22C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.49%

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

R = 46.19%
G = 44.49%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAD22C (or 0xDAD22C) is known color: Bitter Lemon. HEX triplet: DA, D2 and 2C. RGB value is (218,210,44). Sum of RGB (Red+Green+Blue) = 218+210+44=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 44 (17.58% from 255 or 9.32% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD22C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD22C is #252DD3. Grayscale: #C2C2C2. Windows color (decimal): -2436564 or 2937562. OLE color: 2937562.

HSL color Cylindrical-coordinate representation of color #DAD22C: hue angle of 57.24º 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 #DAD22C is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 44 -
CMYK 0 0.04 0.80 0.15
HSL 57.24º 0.7% 0.51% -
HSV(B) 57.24º 0.8% 0.85% -
XYZ 52.41 61.18 11.43 -
YUV 193.47 43.65 145.5 -
System Red Green Blue C M Y K H S L
Decimal 218 210 44 0 0.04 0.80 0.15 57.24 0.7 0.51
Hex DA D2 2C 0 4 50 F 39 46 33
Octal 332 322 54 0 4 120 17 71 106 63
Binary 11011010 11010010 101100 0 100 1010000 1111 111001 1000110 110011

Color Harmonies of #DAD22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD22C

Black with #DAD22C

Text Example


Text Example

White with #DAD22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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