#CCB736

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

Shades of Old Gold #CCB736

Tints of Old Gold #CCB736

Color information

#CCB736 (or 0xCCB736) is unknown color: approx Old Gold. HEX triplet: CC, B7 and 36. RGB value is (204,183,54). Sum of RGB (Red+Green+Blue) = 204+183+54=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB736 is #3348C9. Grayscale: #AFAFAF. Windows color (decimal): -3360970 or 3585996. OLE color: 3585996.

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

Color convert

RGB20418354-
CMYK00.100.740.2
HSL51.6º59.52%50.59%-
HSV(B)51.6º73.53%80%-
XYZ42.546.9710.32-
YUV174.5759.96148.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 183 (71.88% from 255) = 41.50%
BLUE value IS 54 (21.48% from 255) = 12.24%
R=46.26%
G=41.50%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041835400.100.740.251.659.5250.59
HexCCB7360A4A14343c33
Octal3142676601211224647463
Binary110011001011011111011001010100101010100110100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB736; }

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

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

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

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

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

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

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

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