Html Css Color HEX #DAD42A Bitter Lemon

📋 copy color: '#DAD42A'

red 218 ◦ green 212 ◦ blue 42

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

Shades of Bitter Lemon #DAD42A

Tints of Bitter Lemon #DAD42A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.9%

R = 46.19%
G = 44.92%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAD42A (or 0xDAD42A) is known color: Bitter Lemon. HEX triplet: DA, D4 and 2A. RGB value is (218,212,42). Sum of RGB (Red+Green+Blue) = 218+212+42=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD42A is #252BD5. Grayscale: #C3C3C3. Windows color (decimal): -2436054 or 2807002. OLE color: 2807002.

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

Color convert

RGB 218 212 42 -
CMYK 0 0.03 0.81 0.15
HSL 57.95º 0.7% 0.51% -
HSV(B) 57.95º 0.81% 0.85% -
XYZ 52.87 62.16 11.4 -
YUV 194.41 41.99 144.82 -
System Red Green Blue C M Y K H S L
Decimal 218 212 42 0 0.03 0.81 0.15 57.95 0.7 0.51
Hex DA D4 2A 0 3 51 F 3A 46 33
Octal 332 324 52 0 3 121 17 72 106 63
Binary 11011010 11010100 101010 0 11 1010001 1111 111010 1000110 110011

Color Harmonies of #DAD42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD42A

Black with #DAD42A

Text Example


Text Example

White with #DAD42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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