#CFCD78

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

Shades of Deco #CFCD78

Tints of Deco #CFCD78

Color information

#CFCD78 (or 0xCFCD78) is unknown color: approx Deco. HEX triplet: CF, CD and 78. RGB value is (207,205,120). Sum of RGB (Red+Green+Blue) = 207+205+120=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 120 (47.27% from 255 or 22.56% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCD78 is #303287. Grayscale: #C4C4C4. Windows color (decimal): -3158664 or 7917007. OLE color: 7917007.

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

Color convert

RGB207205120-
CMYK00.010.420.19
HSL58.62º47.54%64.12%-
HSV(B)58.62º42.03%81.18%-
XYZ50.9558.2826.33-
YUV195.9185.16135.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 120 (47.27% from 255) = 22.56%
R=38.91%
G=38.53%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720512000.010.420.1958.6247.5464.12
HexCFCD78012A133b3040
Octal3173151700152237360100
Binary1100111111001101111100001101010100111110111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCD78; }

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

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

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

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

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

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

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

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