#D0DF2C

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

Shades of Pear #D0DF2C

Tints of Pear #D0DF2C

Color information

#D0DF2C (or 0xD0DF2C) is unknown color: approx Pear. HEX triplet: D0, DF and 2C. RGB value is (208,223,44). Sum of RGB (Red+Green+Blue) = 208+223+44=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 44 (17.58% from 255 or 9.26% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DF2C is #2F20D3. Grayscale: #C6C6C6. Windows color (decimal): -3088596 or 2940880. OLE color: 2940880.

HSL color Cylindrical-coordinate representation of color #D0DF2C: hue angle of 65.03º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0DF2C is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB20822344-
CMYK0.0700.800.13
HSL65.03º73.66%52.35%-
HSV(B)65.03º80.27%87.45%-
XYZ52.8566.3712.41-
YUV198.1141.03135.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 223 (87.5% from 255) = 46.95%
BLUE value IS 44 (17.58% from 255) = 9.26%
R=43.79%
G=46.95%
B=9.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208223440.0700.800.1365.0373.6652.35
HexD0DF2C7050D414a34
Octal32033754701201510111264
Binary110100001101111110110011101010000110110000011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DF2C; }

 p { color: rgb(208,223,44); }

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

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

 a { background-color: rgb(208,223,44); }

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

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

 span { border-color: rgb(208,223,44); }

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