Html Css Color HEX #D2DD2F Bitter Lemon

📋 copy color: '#D2DD2F'

red 210 ◦ green 221 ◦ blue 47

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

Shades of Bitter Lemon #D2DD2F

Tints of Bitter Lemon #D2DD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.83%

R = 43.93%
G = 46.23%
B = 9.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#D2DD2F (or 0xD2DD2F) is known color: Bitter Lemon. HEX triplet: D2, DD and 2F. RGB value is (210,221,47). Sum of RGB (Red+Green+Blue) = 210+221+47=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DD2F is #2D22D0. Grayscale: #C6C6C6. Windows color (decimal): -2958033 or 3136978. OLE color: 3136978.

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

Color convert

RGB 210 221 47 -
CMYK 0.05 0 0.79 0.13
HSL 63.79º 0.72% 0.53% -
HSV(B) 63.79º 0.79% 0.87% -
XYZ 52.95 65.62 12.56 -
YUV 197.88 42.86 136.65 -
System Red Green Blue C M Y K H S L
Decimal 210 221 47 0.05 0 0.79 0.13 63.79 0.72 0.53
Hex D2 DD 2F 5 0 4F D 40 48 35
Octal 322 335 57 5 0 117 15 100 110 65
Binary 11010010 11011101 101111 101 0 1001111 1101 1000000 1001000 110101

Color Harmonies of #D2DD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DD2F

Black with #D2DD2F

Text Example


Text Example

White with #D2DD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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