#d0cf7e

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

Shades of Deco #D0CF7E

Tints of Deco #D0CF7E

Color information

#D0CF7E (or 0xD0CF7E) is unknown color: approx Deco. HEX triplet: D0, CF and 7E. RGB value is (208,207,126). Sum of RGB (Red+Green+Blue) = 208+207+126=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CF7E is #2F3081. Grayscale: #C6C6C6. Windows color (decimal): -3092610 or 8310736. OLE color: 8310736.

HSL color Cylindrical-coordinate representation of color #D0CF7E: hue angle of 59.27º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0CF7E is Cyan = 0, Magento = 0.00, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB208207126-
CMYK00.000.390.18
HSL59.27º46.59%65.49%-
HSV(B)59.27º39.42%81.57%-
XYZ52.0959.5428.49-
YUV198.0687.33135.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 207 (81.25% from 255) = 38.26%
BLUE value IS 126 (49.61% from 255) = 23.29%
R=38.45%
G=38.26%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820712600.000.390.1859.2746.5965.49
HexD0CF7E0027123b2f41
Octal3203171760047227357101
Binary1101000011001111111111000100111100101110111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0cf7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0cf7e; }

 p { color: rgb(208,207,126); }

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

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

 a { background-color: rgb(208,207,126); }

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

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

 span { border-color: rgb(208,207,126); }

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