#D2DE08

Color #D2DE08 Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #D2DE08

Tints of Bird Flower #D2DE08

Color information

#D2DE08 (or 0xD2DE08) is unknown color: approx Bird Flower. HEX triplet: D2, DE and 08. RGB value is (210,222,8). Sum of RGB (Red+Green+Blue) = 210+222+8=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2DE08 is #2D21F7. Grayscale: #C2C2C2. Windows color (decimal): -2957816 or 581330. OLE color: 581330.

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

Color convert

RGB2102228-
CMYK0.0500.960.13
HSL63.36º93.04%45.1%-
HSV(B)63.36º96.4%87.06%-
XYZ52.7465.9610.18-
YUV194.0223.02139.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.73%
GREEN value IS 222 (87.11% from 255) = 50.45%
BLUE value IS 8 (3.52% from 255) = 1.82%
R=47.73%
G=50.45%
B=1.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21022280.0500.960.1363.3693.0445.1
HexD2DE85060D3f5d2d
Octal3223361050140157713555
Binary110100101101111010001010110000011011111111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DE08; }

 p { color: rgb(210,222,8); }

 H1.HeaderClassName
 {
   color: #D2DE08;
 }
 .AnyTagClassName
 {
   color: #D2DE08;
 }
</style>
background-color css

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

 a { background-color: rgb(210,222,8); }

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

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

 span { border-color: rgb(210,222,8); }

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