#CDCF77

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

Shades of Deco #CDCF77

Tints of Deco #CDCF77

Color information

#CDCF77 (or 0xCDCF77) is unknown color: approx Deco. HEX triplet: CD, CF and 77. RGB value is (205,207,119). Sum of RGB (Red+Green+Blue) = 205+207+119=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDCF77 is #323088. Grayscale: #C4C4C4. Windows color (decimal): -3289225 or 7851981. OLE color: 7851981.

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

Color convert

RGB205207119-
CMYK0.0100.430.19
HSL61.36º47.83%63.92%-
HSV(B)61.36º42.51%81.18%-
XYZ50.8258.9426.15-
YUV196.3784.34134.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.61%
GREEN value IS 207 (81.25% from 255) = 38.98%
BLUE value IS 119 (46.88% from 255) = 22.41%
R=38.61%
G=38.98%
B=22.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052071190.0100.430.1961.3647.8363.92
HexCDCF77102B133d3040
Octal3153171671053237560100
Binary1100110111001111111011110101011100111111011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCF77; }

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

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

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

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

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

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

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

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