#CBA734

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

Shades of Metallic Gold #CBA734

Tints of Metallic Gold #CBA734

Color information

#CBA734 (or 0xCBA734) is unknown color: approx Metallic Gold. HEX triplet: CB, A7 and 34. RGB value is (203,167,52). Sum of RGB (Red+Green+Blue) = 203+167+52=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA734 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA734 is #3458CB. Grayscale: #A5A5A5. Windows color (decimal): -3430604 or 3450827. OLE color: 3450827.

HSL color Cylindrical-coordinate representation of color #CBA734: hue angle of 45.7º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBA734 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB20316752-
CMYK00.180.740.20
HSL45.7º59.22%50%-
HSV(B)45.7º74.38%79.61%-
XYZ39.0740.589.02-
YUV164.6564.43155.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 167 (65.62% from 255) = 39.57%
BLUE value IS 52 (20.70% from 255) = 12.32%
R=48.10%
G=39.57%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031675200.180.740.2045.759.2250
HexCBA7340124A142e3b32
Octal3132476402211224567362
Binary1100101110100111110100010010100101010100101110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA734; }

 p { color: rgb(203,167,52); }

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

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

 a { background-color: rgb(203,167,52); }

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

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

 span { border-color: rgb(203,167,52); }

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