Html Css Color HEX #D5DD44 Bitter Lemon

📋 copy color: '#D5DD44'

red 213 ◦ green 221 ◦ blue 68

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

Shades of Bitter Lemon #D5DD44

Tints of Bitter Lemon #D5DD44

RGB

 RED value IS 213 (83.59% from 255) = 42.43%

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

 BLUE value IS 68 (26.95% from 255) = 13.55%

R = 42.43%
G = 44.02%
B = 13.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#D5DD44 (or 0xD5DD44) is known color: Bitter Lemon. HEX triplet: D5, DD and 44. RGB value is (213,221,68). Sum of RGB (Red+Green+Blue) = 213+221+68=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 68 (26.95% from 255 or 13.55% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD44 is #2A22BB. Grayscale: #C9C9C9. Windows color (decimal): -2761404 or 4513237. OLE color: 4513237.

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

Color convert

RGB 213 221 68 -
CMYK 0.04 0 0.69 0.13
HSL 63.14º 0.69% 0.57% -
HSV(B) 63.14º 0.69% 0.87% -
XYZ 54.34 66.28 15.4 -
YUV 201.17 52.85 136.44 -
System Red Green Blue C M Y K H S L
Decimal 213 221 68 0.04 0 0.69 0.13 63.14 0.69 0.57
Hex D5 DD 44 4 0 45 D 3F 45 39
Octal 325 335 104 4 0 105 15 77 105 71
Binary 11010101 11011101 1000100 100 0 1000101 1101 111111 1000101 111001

Color Harmonies of #D5DD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD44

Black with #D5DD44

Text Example


Text Example

White with #D5DD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD44; }

 p { color: rgb(213,221,68); }

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

background-color css

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

 a { background-color: rgb(213,221,68); }

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

border-color css

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

 span { border-color: rgb(213,221,68); }

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