Html Css Color HEX #DAD42F Bitter Lemon

📋 copy color: '#DAD42F'

red 218 ◦ green 212 ◦ blue 47

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

Shades of Bitter Lemon #DAD42F

Tints of Bitter Lemon #DAD42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.85%

R = 45.7%
G = 44.44%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAD42F (or 0xDAD42F) is known color: Bitter Lemon. HEX triplet: DA, D4 and 2F. RGB value is (218,212,47). Sum of RGB (Red+Green+Blue) = 218+212+47=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD42F is #252BD0. Grayscale: #C3C3C3. Windows color (decimal): -2436049 or 3134682. OLE color: 3134682.

HSL color Cylindrical-coordinate representation of color #DAD42F: hue angle of 57.89º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAD42F is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 212 47 -
CMYK 0 0.03 0.78 0.15
HSL 57.89º 0.7% 0.52% -
HSV(B) 57.89º 0.78% 0.85% -
XYZ 52.97 62.2 11.9 -
YUV 194.98 44.49 144.42 -
System Red Green Blue C M Y K H S L
Decimal 218 212 47 0 0.03 0.78 0.15 57.89 0.7 0.52
Hex DA D4 2F 0 3 4E F 3A 46 34
Octal 332 324 57 0 3 116 17 72 106 64
Binary 11011010 11010100 101111 0 11 1001110 1111 111010 1000110 110100

Color Harmonies of #DAD42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD42F

Black with #DAD42F

Text Example


Text Example

White with #DAD42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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