#D0D68C

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

Shades of Deco #D0D68C

Tints of Deco #D0D68C

Color information

#D0D68C (or 0xD0D68C) is unknown color: approx Deco. HEX triplet: D0, D6 and 8C. RGB value is (208,214,140). Sum of RGB (Red+Green+Blue) = 208+214+140=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D68C is #2F2973. Grayscale: #CCCCCC. Windows color (decimal): -3090804 or 9230032. OLE color: 9230032.

HSL color Cylindrical-coordinate representation of color #D0D68C: hue angle of 64.86º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0D68C is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB208214140-
CMYK0.0300.350.16
HSL64.86º47.44%69.41%-
HSV(B)64.86º34.58%83.92%-
XYZ54.7963.434.16-
YUV203.7792.01131.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.01%
GREEN value IS 214 (83.98% from 255) = 38.08%
BLUE value IS 140 (55.08% from 255) = 24.91%
R=37.01%
G=38.08%
B=24.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082141400.0300.350.1664.8647.4469.41
HexD0D68C302310412f45
Octal32032621430432010157105
Binary1101000011010110100011001101000111000010000011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D68C; }

 p { color: rgb(208,214,140); }

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

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

 a { background-color: rgb(208,214,140); }

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

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

 span { border-color: rgb(208,214,140); }

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