#CCB84A

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

Shades of Old Gold #CCB84A

Tints of Old Gold #CCB84A

Color information

#CCB84A (or 0xCCB84A) is unknown color: approx Old Gold. HEX triplet: CC, B8 and 4A. RGB value is (204,184,74). Sum of RGB (Red+Green+Blue) = 204+184+74=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB84A is #3347B5. Grayscale: #B1B1B1. Windows color (decimal): -3360694 or 4896972. OLE color: 4896972.

HSL color Cylindrical-coordinate representation of color #CCB84A: hue angle of 50.77º 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 #CCB84A is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB20418474-
CMYK00.100.640.2
HSL50.77º56.03%54.51%-
HSV(B)50.77º63.73%80%-
XYZ43.2847.6113.39-
YUV177.4469.63146.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.16%
GREEN value IS 184 (72.27% from 255) = 39.83%
BLUE value IS 74 (29.30% from 255) = 16.02%
R=44.16%
G=39.83%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041847400.100.640.250.7756.0354.51
HexCCB84A0A4014333837
Octal31427011201210024637067
Binary1100110010111000100101001010100000010100110011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB84A; }

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

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

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

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

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

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

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

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