Html Css Color HEX #DAD434 Bitter Lemon

📋 copy color: '#DAD434'

red 218 ◦ green 212 ◦ blue 52

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

Shades of Bitter Lemon #DAD434

Tints of Bitter Lemon #DAD434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.79%

R = 45.23%
G = 43.98%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DAD434 (or 0xDAD434) is known color: Bitter Lemon. HEX triplet: DA, D4 and 34. RGB value is (218,212,52). Sum of RGB (Red+Green+Blue) = 218+212+52=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD434 is #252BCB. Grayscale: #C4C4C4. Windows color (decimal): -2436044 or 3462362. OLE color: 3462362.

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

Color convert

RGB 218 212 52 -
CMYK 0 0.03 0.76 0.15
HSL 57.83º 0.69% 0.53% -
HSV(B) 57.83º 0.76% 0.85% -
XYZ 53.08 62.24 12.46 -
YUV 195.55 46.99 144.01 -
System Red Green Blue C M Y K H S L
Decimal 218 212 52 0 0.03 0.76 0.15 57.83 0.69 0.53
Hex DA D4 34 0 3 4C F 3A 45 35
Octal 332 324 64 0 3 114 17 72 105 65
Binary 11011010 11010100 110100 0 11 1001100 1111 111010 1000101 110101

Color Harmonies of #DAD434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD434

Black with #DAD434

Text Example


Text Example

White with #DAD434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD434; }

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

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

background-color css

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

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

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

border-color css

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

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

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