#CCAD3B

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

Shades of Old Gold #CCAD3B

Tints of Old Gold #CCAD3B

Color information

#CCAD3B (or 0xCCAD3B) is unknown color: approx Old Gold. HEX triplet: CC, AD and 3B. RGB value is (204,173,59). Sum of RGB (Red+Green+Blue) = 204+173+59=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 59 (23.44% from 255 or 13.53% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAD3B is #3352C4. Grayscale: #A9A9A9. Windows color (decimal): -3363525 or 3911116. OLE color: 3911116.

HSL color Cylindrical-coordinate representation of color #CCAD3B: hue angle of 47.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCAD3B is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB20417359-
CMYK00.150.710.2
HSL47.17º58.7%51.57%-
HSV(B)47.17º71.08%80%-
XYZ40.6343.0410.3-
YUV169.2765.77152.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.79%
GREEN value IS 173 (67.97% from 255) = 39.68%
BLUE value IS 59 (23.44% from 255) = 13.53%
R=46.79%
G=39.68%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041735900.150.710.247.1758.751.57
HexCCAD3B0F47142f3b34
Octal3142557301710724577364
Binary110011001010110111101101111100011110100101111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAD3B; }

 p { color: rgb(204,173,59); }

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

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

 a { background-color: rgb(204,173,59); }

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

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

 span { border-color: rgb(204,173,59); }

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