#cbc86f

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

Shades of Deco #CBC86F

Tints of Deco #CBC86F

Color information

#CBC86F (or 0xCBC86F) is unknown color: approx Deco. HEX triplet: CB, C8 and 6F. RGB value is (203,200,111). Sum of RGB (Red+Green+Blue) = 203+200+111=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC86F is #343790. Grayscale: #BFBFBF. Windows color (decimal): -3422097 or 7325899. OLE color: 7325899.

HSL color Cylindrical-coordinate representation of color #CBC86F: hue angle of 58.04º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBC86F is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB203200111-
CMYK00.010.450.20
HSL58.04º46.94%61.57%-
HSV(B)58.04º45.32%79.61%-
XYZ48.1555.1523.15-
YUV190.7582.99136.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.49%
GREEN value IS 200 (78.52% from 255) = 38.91%
BLUE value IS 111 (43.75% from 255) = 21.60%
R=39.49%
G=38.91%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320011100.010.450.2058.0446.9461.57
HexCBC86F012D143a2f3e
Octal313310157015524725776
Binary110010111100100011011110110110110100111010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbc86f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbc86f; }

 p { color: rgb(203,200,111); }

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

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

 a { background-color: rgb(203,200,111); }

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

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

 span { border-color: rgb(203,200,111); }

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