#CBAF3A

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

Shades of Old Gold #CBAF3A

Tints of Old Gold #CBAF3A

Color information

#CBAF3A (or 0xCBAF3A) is unknown color: approx Old Gold. HEX triplet: CB, AF and 3A. RGB value is (203,175,58). Sum of RGB (Red+Green+Blue) = 203+175+58=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF3A is #3450C5. Grayscale: #AAAAAA. Windows color (decimal): -3428550 or 3846091. OLE color: 3846091.

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

Color convert

RGB20317558-
CMYK00.140.710.20
HSL48.41º58.23%51.18%-
HSV(B)48.41º71.43%79.61%-
XYZ40.7243.6610.28-
YUV170.0364.78151.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 58 (23.05% from 255) = 13.30%
R=46.56%
G=40.14%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031755800.140.710.2048.4158.2351.18
HexCBAF3A0E4714303a33
Octal3132577201610724607263
Binary110010111010111111101001110100011110100110000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF3A; }

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

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

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

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

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

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

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

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