Html Css Color HEX #DAD42C Bitter Lemon

📋 copy color: '#DAD42C'

red 218 ◦ green 212 ◦ blue 44

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

Shades of Bitter Lemon #DAD42C

Tints of Bitter Lemon #DAD42C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.73%

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

R = 45.99%
G = 44.73%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAD42C (or 0xDAD42C) is known color: Bitter Lemon. HEX triplet: DA, D4 and 2C. RGB value is (218,212,44). Sum of RGB (Red+Green+Blue) = 218+212+44=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD42C is #252BD3. Grayscale: #C3C3C3. Windows color (decimal): -2436052 or 2938074. OLE color: 2938074.

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

Color convert

RGB 218 212 44 -
CMYK 0 0.03 0.80 0.15
HSL 57.93º 0.7% 0.51% -
HSV(B) 57.93º 0.8% 0.85% -
XYZ 52.91 62.17 11.59 -
YUV 194.64 42.99 144.66 -
System Red Green Blue C M Y K H S L
Decimal 218 212 44 0 0.03 0.80 0.15 57.93 0.7 0.51
Hex DA D4 2C 0 3 50 F 3A 46 33
Octal 332 324 54 0 3 120 17 72 106 63
Binary 11011010 11010100 101100 0 11 1010000 1111 111010 1000110 110011

Color Harmonies of #DAD42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD42C

Black with #DAD42C

Text Example


Text Example

White with #DAD42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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