Html Css Color HEX #D4DA33 Bitter Lemon

📋 copy color: '#D4DA33'

red 212 ◦ green 218 ◦ blue 51

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

Shades of Bitter Lemon #D4DA33

Tints of Bitter Lemon #D4DA33

RGB

 RED value IS 212 (83.2% from 255) = 44.07%

 GREEN value IS 218 (85.55% from 255) = 45.32%

 BLUE value IS 51 (20.31% from 255) = 10.6%

R = 44.07%
G = 45.32%
B = 10.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D4DA33 (or 0xD4DA33) is known color: Bitter Lemon. HEX triplet: D4, DA and 33. RGB value is (212,218,51). Sum of RGB (Red+Green+Blue) = 212+218+51=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 51 (20.31% from 255 or 10.60% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DA33 is #2B25CC. Grayscale: #C5C5C5. Windows color (decimal): -2827725 or 3398356. OLE color: 3398356.

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

Color convert

RGB 212 218 51 -
CMYK 0.03 0 0.77 0.15
HSL 62.16º 0.69% 0.53% -
HSV(B) 62.16º 0.77% 0.85% -
XYZ 52.82 64.38 12.77 -
YUV 197.17 45.51 138.58 -
System Red Green Blue C M Y K H S L
Decimal 212 218 51 0.03 0 0.77 0.15 62.16 0.69 0.53
Hex D4 DA 33 3 0 4D F 3E 45 35
Octal 324 332 63 3 0 115 17 76 105 65
Binary 11010100 11011010 110011 11 0 1001101 1111 111110 1000101 110101

Color Harmonies of #D4DA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DA33

Black with #D4DA33

Text Example


Text Example

White with #D4DA33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DA33; }

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

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

background-color css

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

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

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

border-color css

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

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

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