Html Css Color HEX #D2DD44 Bitter Lemon

📋 copy color: '#D2DD44'

red 210 ◦ green 221 ◦ blue 68

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

Shades of Bitter Lemon #D2DD44

Tints of Bitter Lemon #D2DD44

RGB

 RED value IS 210 (82.42% from 255) = 42.08%

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

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

R = 42.08%
G = 44.29%
B = 13.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#D2DD44 (or 0xD2DD44) is known color: Bitter Lemon. HEX triplet: D2, DD and 44. RGB value is (210,221,68). Sum of RGB (Red+Green+Blue) = 210+221+68=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 68 (26.95% from 255 or 13.63% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DD44 is #2D22BB. Grayscale: #C8C8C8. Windows color (decimal): -2958012 or 4513234. OLE color: 4513234.

HSL color Cylindrical-coordinate representation of color #D2DD44: hue angle of 64.31º 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 #D2DD44 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 221 68 -
CMYK 0.05 0 0.69 0.13
HSL 64.31º 0.69% 0.57% -
HSV(B) 64.31º 0.69% 0.87% -
XYZ 53.48 65.83 15.36 -
YUV 200.27 53.36 134.94 -
System Red Green Blue C M Y K H S L
Decimal 210 221 68 0.05 0 0.69 0.13 64.31 0.69 0.57
Hex D2 DD 44 5 0 45 D 40 45 39
Octal 322 335 104 5 0 105 15 100 105 71
Binary 11010010 11011101 1000100 101 0 1000101 1101 1000000 1000101 111001

Color Harmonies of #D2DD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DD44

Black with #D2DD44

Text Example


Text Example

White with #D2DD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DD44; }

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

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

background-color css

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

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

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

border-color css

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

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

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