#CCAF36

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

Shades of Old Gold #CCAF36

Tints of Old Gold #CCAF36

Color information

#CCAF36 (or 0xCCAF36) is unknown color: approx Old Gold. HEX triplet: CC, AF and 36. RGB value is (204,175,54). Sum of RGB (Red+Green+Blue) = 204+175+54=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF36 is #3350C9. Grayscale: #AAAAAA. Windows color (decimal): -3363018 or 3583948. OLE color: 3583948.

HSL color Cylindrical-coordinate representation of color #CCAF36: hue angle of 48.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCAF36 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB20417554-
CMYK00.140.740.2
HSL48.4º59.52%50.59%-
HSV(B)48.4º73.53%80%-
XYZ40.943.769.78-
YUV169.8862.61152.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 54 (21.48% from 255) = 12.47%
R=47.11%
G=40.42%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041755400.140.740.248.459.5250.59
HexCCAF360E4A14303c33
Octal3142576601611224607463
Binary110011001010111111011001110100101010100110000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAF36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAF36; }

 p { color: rgb(204,175,54); }

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

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

 a { background-color: rgb(204,175,54); }

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

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

 span { border-color: rgb(204,175,54); }

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