#CBAF3C

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

Shades of Old Gold #CBAF3C

Tints of Old Gold #CBAF3C

Color information

#CBAF3C (or 0xCBAF3C) is unknown color: approx Old Gold. HEX triplet: CB, AF and 3C. RGB value is (203,175,60). Sum of RGB (Red+Green+Blue) = 203+175+60=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 60 (23.83% from 255 or 13.70% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF3C is #3450C3. Grayscale: #AAAAAA. Windows color (decimal): -3428548 or 3977163. OLE color: 3977163.

HSL color Cylindrical-coordinate representation of color #CBAF3C: hue angle of 48.25º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBAF3C is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20317560-
CMYK00.140.700.20
HSL48.25º57.89%51.57%-
HSV(B)48.25º70.44%79.61%-
XYZ40.7743.6810.56-
YUV170.2665.78151.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.35%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 60 (23.83% from 255) = 13.70%
R=46.35%
G=39.95%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031756000.140.700.2048.2557.8951.57
HexCBAF3C0E4614303a34
Octal3132577401610624607264
Binary110010111010111111110001110100011010100110000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF3C; }

 p { color: rgb(203,175,60); }

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

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

 a { background-color: rgb(203,175,60); }

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

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

 span { border-color: rgb(203,175,60); }

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