Html Css Color HEX #D4DD31 Bitter Lemon

📋 copy color: '#D4DD31'

red 212 ◦ green 221 ◦ blue 49

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

Shades of Bitter Lemon #D4DD31

Tints of Bitter Lemon #D4DD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.17%

R = 43.98%
G = 45.85%
B = 10.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#D4DD31 (or 0xD4DD31) is known color: Bitter Lemon. HEX triplet: D4, DD and 31. RGB value is (212,221,49). Sum of RGB (Red+Green+Blue) = 212+221+49=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD31 is #2B22CE. Grayscale: #C7C7C7. Windows color (decimal): -2826959 or 3268052. OLE color: 3268052.

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

Color convert

RGB 212 221 49 -
CMYK 0.04 0 0.78 0.13
HSL 63.14º 0.72% 0.53% -
HSV(B) 63.14º 0.78% 0.87% -
XYZ 53.56 65.93 12.81 -
YUV 198.7 43.52 137.49 -
System Red Green Blue C M Y K H S L
Decimal 212 221 49 0.04 0 0.78 0.13 63.14 0.72 0.53
Hex D4 DD 31 4 0 4E D 3F 48 35
Octal 324 335 61 4 0 116 15 77 110 65
Binary 11010100 11011101 110001 100 0 1001110 1101 111111 1001000 110101

Color Harmonies of #D4DD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD31

Black with #D4DD31

Text Example


Text Example

White with #D4DD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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