#D0D88D

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

Shades of Deco #D0D88D

Tints of Deco #D0D88D

Color information

#D0D88D (or 0xD0D88D) is unknown color: approx Deco. HEX triplet: D0, D8 and 8D. RGB value is (208,216,141). Sum of RGB (Red+Green+Blue) = 208+216+141=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D88D is #2F2772. Grayscale: #CDCDCD. Windows color (decimal): -3090291 or 9296080. OLE color: 9296080.

HSL color Cylindrical-coordinate representation of color #D0D88D: hue angle of 66.4º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0D88D is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB208216141-
CMYK0.0400.350.15
HSL66.4º49.02%70%-
HSV(B)66.4º34.72%84.71%-
XYZ55.3864.4434.72-
YUV205.0691.85130.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.81%
GREEN value IS 216 (84.77% from 255) = 38.23%
BLUE value IS 141 (55.47% from 255) = 24.96%
R=36.81%
G=38.23%
B=24.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082161410.0400.350.1566.449.0270
HexD0D88D4023F423146
Octal32033021540431710261106
Binary1101000011011000100011011000100011111110000101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D88D; }

 p { color: rgb(208,216,141); }

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

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

 a { background-color: rgb(208,216,141); }

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

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

 span { border-color: rgb(208,216,141); }

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