#CFD77D

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

Shades of Deco #CFD77D

Tints of Deco #CFD77D

Color information

#CFD77D (or 0xCFD77D) is unknown color: approx Deco. HEX triplet: CF, D7 and 7D. RGB value is (207,215,125). Sum of RGB (Red+Green+Blue) = 207+215+125=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #CFD77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD77D is #302882. Grayscale: #CACACA. Windows color (decimal): -3156099 or 8247247. OLE color: 8247247.

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

Color convert

RGB207215125-
CMYK0.0400.420.16
HSL65.33º52.94%66.67%-
HSV(B)65.33º41.86%84.31%-
XYZ53.7363.3528.8-
YUV202.3584.35131.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 215 (84.38% from 255) = 39.31%
BLUE value IS 125 (49.22% from 255) = 22.85%
R=37.84%
G=39.31%
B=22.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072151250.0400.420.1665.3352.9466.67
HexCFD77D402A10413543
Octal31732717540522010165103
Binary1100111111010111111110110001010101000010000011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD77D; }

 p { color: rgb(207,215,125); }

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

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

 a { background-color: rgb(207,215,125); }

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

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

 span { border-color: rgb(207,215,125); }

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