#CFD57C

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

Shades of Deco #CFD57C

Tints of Deco #CFD57C

Color information

#CFD57C (or 0xCFD57C) is unknown color: approx Deco. HEX triplet: CF, D5 and 7C. RGB value is (207,213,124). Sum of RGB (Red+Green+Blue) = 207+213+124=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD57C is #302A83. Grayscale: #C9C9C9. Windows color (decimal): -3156612 or 8181199. OLE color: 8181199.

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

Color convert

RGB207213124-
CMYK0.0300.420.16
HSL64.04º51.45%66.08%-
HSV(B)64.04º41.78%83.53%-
XYZ53.1662.3128.29-
YUV201.0684.51132.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 213 (83.59% from 255) = 39.15%
BLUE value IS 124 (48.83% from 255) = 22.79%
R=38.05%
G=39.15%
B=22.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131240.0300.420.1664.0451.4566.08
HexCFD57C302A10403342
Octal31732517430522010063102
Binary110011111101010111111001101010101000010000001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD57C; }

 p { color: rgb(207,213,124); }

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

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

 a { background-color: rgb(207,213,124); }

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

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

 span { border-color: rgb(207,213,124); }

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