Html Css Color HEX #D4DD33 Bitter Lemon

📋 copy color: '#D4DD33'

red 212 ◦ green 221 ◦ blue 51

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

Shades of Bitter Lemon #D4DD33

Tints of Bitter Lemon #D4DD33

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.66%

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

R = 43.8%
G = 45.66%
B = 10.54%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#D4DD33 (or 0xD4DD33) is known color: Bitter Lemon. HEX triplet: D4, DD and 33. RGB value is (212,221,51). Sum of RGB (Red+Green+Blue) = 212+221+51=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 51 (20.31% from 255 or 10.54% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD33 is #2B22CC. Grayscale: #C7C7C7. Windows color (decimal): -2826957 or 3399124. OLE color: 3399124.

HSL color Cylindrical-coordinate representation of color #D4DD33: hue angle of 63.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4DD33 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 221 51 -
CMYK 0.04 0 0.77 0.13
HSL 63.18º 0.71% 0.53% -
HSV(B) 63.18º 0.77% 0.87% -
XYZ 53.61 65.95 13.04 -
YUV 198.93 44.52 137.32 -
System Red Green Blue C M Y K H S L
Decimal 212 221 51 0.04 0 0.77 0.13 63.18 0.71 0.53
Hex D4 DD 33 4 0 4D D 3F 47 35
Octal 324 335 63 4 0 115 15 77 107 65
Binary 11010100 11011101 110011 100 0 1001101 1101 111111 1000111 110101

Color Harmonies of #D4DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD33

Black with #D4DD33

Text Example


Text Example

White with #D4DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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