#CCBB36

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

Shades of Old Gold #CCBB36

Tints of Old Gold #CCBB36

Color information

#CCBB36 (or 0xCCBB36) is unknown color: approx Old Gold. HEX triplet: CC, BB and 36. RGB value is (204,187,54). Sum of RGB (Red+Green+Blue) = 204+187+54=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 54 (21.48% from 255 or 12.13% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBB36 is #3344C9. Grayscale: #B1B1B1. Windows color (decimal): -3359946 or 3587020. OLE color: 3587020.

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

Color convert

RGB20418754-
CMYK00.080.740.2
HSL53.2º59.52%50.59%-
HSV(B)53.2º73.53%80%-
XYZ43.3448.6410.6-
YUV176.9258.63147.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 187 (73.44% from 255) = 42.02%
BLUE value IS 54 (21.48% from 255) = 12.13%
R=45.84%
G=42.02%
B=12.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041875400.080.740.253.259.5250.59
HexCCBB36084A14353c33
Octal3142736601011224657463
Binary110011001011101111011001000100101010100110101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB36; }

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

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

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

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

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

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

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

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