#D0DD1C

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

Shades of Pear #D0DD1C

Tints of Pear #D0DD1C

Color information

#D0DD1C (or 0xD0DD1C) is unknown color: approx Pear. HEX triplet: D0, DD and 1C. RGB value is (208,221,28). Sum of RGB (Red+Green+Blue) = 208+221+28=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD1C is #2F22E3. Grayscale: #C3C3C3. Windows color (decimal): -3089124 or 1891792. OLE color: 1891792.

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

Color convert

RGB20822128-
CMYK0.0600.870.13
HSL64.04º77.51%48.82%-
HSV(B)64.04º87.33%86.67%-
XYZ52.0865.2110.94-
YUV195.1133.69137.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.51%
GREEN value IS 221 (86.72% from 255) = 48.36%
BLUE value IS 28 (11.33% from 255) = 6.13%
R=45.51%
G=48.36%
B=6.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal208221280.0600.870.1364.0477.5148.82
HexD0DD1C6057D404e31
Octal32033534601271510011661
Binary11010000110111011110011001010111110110000001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DD1C; }

 p { color: rgb(208,221,28); }

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

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

 a { background-color: rgb(208,221,28); }

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

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

 span { border-color: rgb(208,221,28); }

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