#CBA83C

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

Shades of Metallic Gold #CBA83C

Tints of Metallic Gold #CBA83C

Color information

#CBA83C (or 0xCBA83C) is unknown color: approx Metallic Gold. HEX triplet: CB, A8 and 3C. RGB value is (203,168,60). Sum of RGB (Red+Green+Blue) = 203+168+60=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA83C is #3457C3. Grayscale: #A6A6A6. Windows color (decimal): -3430340 or 3975371. OLE color: 3975371.

HSL color Cylindrical-coordinate representation of color #CBA83C: hue angle of 45.31º 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 #CBA83C is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20316860-
CMYK00.170.700.20
HSL45.31º57.89%51.57%-
HSV(B)45.31º70.44%79.61%-
XYZ39.4541.0310.12-
YUV166.1568.1154.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 168 (66.02% from 255) = 38.98%
BLUE value IS 60 (23.83% from 255) = 13.92%
R=47.10%
G=38.98%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031686000.170.700.2045.3157.8951.57
HexCBA83C01146142d3a34
Octal3132507402110624557264
Binary1100101110101000111100010001100011010100101101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA83C; }

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

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

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

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

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

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

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

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