#CCB94A

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

Shades of Old Gold #CCB94A

Tints of Old Gold #CCB94A

Color information

#CCB94A (or 0xCCB94A) is unknown color: approx Old Gold. HEX triplet: CC, B9 and 4A. RGB value is (204,185,74). Sum of RGB (Red+Green+Blue) = 204+185+74=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB94A is #3346B5. Grayscale: #B2B2B2. Windows color (decimal): -3360438 or 4897228. OLE color: 4897228.

HSL color Cylindrical-coordinate representation of color #CCB94A: hue angle of 51.23º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCB94A is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20418574-
CMYK00.090.640.2
HSL51.23º56.03%54.51%-
HSV(B)51.23º63.73%80%-
XYZ43.4948.0313.46-
YUV178.0369.29146.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 185 (72.66% from 255) = 39.96%
BLUE value IS 74 (29.30% from 255) = 15.98%
R=44.06%
G=39.96%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041857400.090.640.251.2356.0354.51
HexCCB94A094014333837
Octal31427111201110024637067
Binary1100110010111001100101001001100000010100110011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB94A; }

 p { color: rgb(204,185,74); }

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

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

 a { background-color: rgb(204,185,74); }

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

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

 span { border-color: rgb(204,185,74); }

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