#CFD677

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

Shades of Deco #CFD677

Tints of Deco #CFD677

Color information

#CFD677 (or 0xCFD677) is unknown color: approx Deco. HEX triplet: CF, D6 and 77. RGB value is (207,214,119). Sum of RGB (Red+Green+Blue) = 207+214+119=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFD677 is #302988. Grayscale: #C9C9C9. Windows color (decimal): -3156361 or 7853775. OLE color: 7853775.

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

Color convert

RGB207214119-
CMYK0.0300.440.16
HSL64.42º53.67%65.29%-
HSV(B)64.42º44.39%83.92%-
XYZ53.1162.6926.75-
YUV201.0881.68132.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 214 (83.98% from 255) = 39.63%
BLUE value IS 119 (46.88% from 255) = 22.04%
R=38.33%
G=39.63%
B=22.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072141190.0300.440.1664.4253.6765.29
HexCFD677302C10403641
Octal31732616730542010066101
Binary110011111101011011101111101011001000010000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD677; }

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

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

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

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

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

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

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

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