#CBC77A

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

Shades of Deco #CBC77A

Tints of Deco #CBC77A

Color information

#CBC77A (or 0xCBC77A) is unknown color: approx Deco. HEX triplet: CB, C7 and 7A. RGB value is (203,199,122). Sum of RGB (Red+Green+Blue) = 203+199+122=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 122 (48.05% from 255 or 23.28% from 524); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC77A is #343885. Grayscale: #BFBFBF. Windows color (decimal): -3422342 or 8046539. OLE color: 8046539.

HSL color Cylindrical-coordinate representation of color #CBC77A: hue angle of 57.04º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBC77A is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB203199122-
CMYK00.020.400.20
HSL57.04º43.78%63.73%-
HSV(B)57.04º39.9%79.61%-
XYZ48.5654.9526.46-
YUV191.4288.83136.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 199 (78.12% from 255) = 37.98%
BLUE value IS 122 (48.05% from 255) = 23.28%
R=38.74%
G=37.98%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319912200.020.400.2057.0443.7863.73
HexCBC77A022814392c40
Octal3133071720250247154100
Binary11001011110001111111010010101000101001110011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC77A; }

 p { color: rgb(203,199,122); }

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

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

 a { background-color: rgb(203,199,122); }

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

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

 span { border-color: rgb(203,199,122); }

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