#CCB13B

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

Shades of Old Gold #CCB13B

Tints of Old Gold #CCB13B

Color information

#CCB13B (or 0xCCB13B) is unknown color: approx Old Gold. HEX triplet: CC, B1 and 3B. RGB value is (204,177,59). Sum of RGB (Red+Green+Blue) = 204+177+59=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 59 (23.44% from 255 or 13.41% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB13B is #334EC4. Grayscale: #ACACAC. Windows color (decimal): -3362501 or 3912140. OLE color: 3912140.

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

Color convert

RGB20417759-
CMYK00.130.710.2
HSL48.83º58.7%51.57%-
HSV(B)48.83º71.08%80%-
XYZ41.4144.610.56-
YUV171.6264.45151.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 177 (69.53% from 255) = 40.23%
BLUE value IS 59 (23.44% from 255) = 13.41%
R=46.36%
G=40.23%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041775900.130.710.248.8358.751.57
HexCCB13B0D4714313b34
Octal3142617301510724617364
Binary110011001011000111101101101100011110100110001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB13B; }

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

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

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

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

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

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

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

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