#CFD57E

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

Shades of Deco #CFD57E

Tints of Deco #CFD57E

Color information

#CFD57E (or 0xCFD57E) is unknown color: approx Deco. HEX triplet: CF, D5 and 7E. RGB value is (207,213,126). Sum of RGB (Red+Green+Blue) = 207+213+126=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 126 (49.61% from 255 or 23.08% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD57E is #302A81. Grayscale: #C9C9C9. Windows color (decimal): -3156610 or 8312271. OLE color: 8312271.

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

Color convert

RGB207213126-
CMYK0.0300.410.16
HSL64.14º50.88%66.47%-
HSV(B)64.14º40.85%83.53%-
XYZ53.2962.3628.97-
YUV201.2985.51132.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 213 (83.59% from 255) = 39.01%
BLUE value IS 126 (49.61% from 255) = 23.08%
R=37.91%
G=39.01%
B=23.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131260.0300.410.1664.1450.8866.47
HexCFD57E302910403342
Octal31732517630512010063102
Binary110011111101010111111101101010011000010000001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD57E; }

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

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

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

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

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

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

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

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