#CDCF72

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

Shades of Deco #CDCF72

Tints of Deco #CDCF72

Color information

#CDCF72 (or 0xCDCF72) is unknown color: approx Deco. HEX triplet: CD, CF and 72. RGB value is (205,207,114). Sum of RGB (Red+Green+Blue) = 205+207+114=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCF72 is #32308D. Grayscale: #C4C4C4. Windows color (decimal): -3289230 or 7524301. OLE color: 7524301.

HSL color Cylindrical-coordinate representation of color #CDCF72: hue angle of 61.29º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDCF72 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB205207114-
CMYK0.0100.450.19
HSL61.29º49.21%62.94%-
HSV(B)61.29º44.93%81.18%-
XYZ50.5358.8224.61-
YUV195.881.84134.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.97%
GREEN value IS 207 (81.25% from 255) = 39.35%
BLUE value IS 114 (44.92% from 255) = 21.67%
R=38.97%
G=39.35%
B=21.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052071140.0100.450.1961.2949.2162.94
HexCDCF72102D133d313f
Octal315317162105523756177
Binary110011011100111111100101010110110011111101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCF72; }

 p { color: rgb(205,207,114); }

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

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

 a { background-color: rgb(205,207,114); }

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

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

 span { border-color: rgb(205,207,114); }

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