#CFD687

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

Shades of Deco #CFD687

Tints of Deco #CFD687

Color information

#CFD687 (or 0xCFD687) is unknown color: approx Deco. HEX triplet: CF, D6 and 87. RGB value is (207,214,135). Sum of RGB (Red+Green+Blue) = 207+214+135=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 135 (53.12% from 255 or 24.28% from 556); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD687 is #302978. Grayscale: #CBCBCB. Windows color (decimal): -3156345 or 8902351. OLE color: 8902351.

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

Color convert

RGB207214135-
CMYK0.0300.370.16
HSL65.32º49.07%68.43%-
HSV(B)65.32º36.92%83.92%-
XYZ54.1563.1132.25-
YUV202.989.68130.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 214 (83.98% from 255) = 38.49%
BLUE value IS 135 (53.12% from 255) = 24.28%
R=37.23%
G=38.49%
B=24.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072141350.0300.370.1665.3249.0768.43
HexCFD687302510413144
Octal31732620730452010161104
Binary1100111111010110100001111101001011000010000011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD687; }

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

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

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

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

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

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

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

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