#CBC77D

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

Shades of Deco #CBC77D

Tints of Deco #CBC77D

Color information

#CBC77D (or 0xCBC77D) is unknown color: approx Deco. HEX triplet: CB, C7 and 7D. RGB value is (203,199,125). Sum of RGB (Red+Green+Blue) = 203+199+125=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC77D is #343882. Grayscale: #C0C0C0. Windows color (decimal): -3422339 or 8243147. OLE color: 8243147.

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

Color convert

RGB203199125-
CMYK00.020.380.20
HSL56.92º42.86%64.31%-
HSV(B)56.92º38.42%79.61%-
XYZ48.7555.0227.45-
YUV191.7690.33136.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.52%
GREEN value IS 199 (78.12% from 255) = 37.76%
BLUE value IS 125 (49.22% from 255) = 23.72%
R=38.52%
G=37.76%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319912500.020.380.2056.9242.8664.31
HexCBC77D022614392b40
Octal3133071750246247153100
Binary11001011110001111111101010100110101001110011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC77D; }

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

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

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

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

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

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

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

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