#CCB533

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

Shades of Old Gold #CCB533

Tints of Old Gold #CCB533

Color information

#CCB533 (or 0xCCB533) is unknown color: approx Old Gold. HEX triplet: CC, B5 and 33. RGB value is (204,181,51). Sum of RGB (Red+Green+Blue) = 204+181+51=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB533 is #334ACC. Grayscale: #ADADAD. Windows color (decimal): -3361485 or 3388876. OLE color: 3388876.

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

Color convert

RGB20418151-
CMYK00.110.750.2
HSL50.98º60%50%-
HSV(B)50.98º75%80%-
XYZ42.0246.129.82-
YUV173.0659.12150.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.79%
GREEN value IS 181 (71.09% from 255) = 41.51%
BLUE value IS 51 (20.31% from 255) = 11.70%
R=46.79%
G=41.51%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041815100.110.750.250.986050
HexCCB5330B4B14333c32
Octal3142656301311324637462
Binary110011001011010111001101011100101110100110011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB533; }

 p { color: rgb(204,181,51); }

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

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

 a { background-color: rgb(204,181,51); }

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

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

 span { border-color: rgb(204,181,51); }

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