Html Css Color HEX #CBA034 Metallic Gold

📋 copy color: '#CBA034'

red 203 ◦ green 160 ◦ blue 52

#CBA034
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Gold #CBA034

Tints of Metallic Gold #CBA034

RGB

 RED value IS 203 (79.69% from 255) = 48.92%

 GREEN value IS 160 (62.89% from 255) = 38.55%

 BLUE value IS 52 (20.7% from 255) = 12.53%

R = 48.92%
G = 38.55%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CBA034 (or 0xCBA034) is known color: Metallic Gold. HEX triplet: CB, A0 and 34. RGB value is (203,160,52). Sum of RGB (Red+Green+Blue) = 203+160+52=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA034 is #345FCB. Grayscale: #A1A1A1. Windows color (decimal): -3432396 or 3449035. OLE color: 3449035.

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

Color convert

RGB 203 160 52 -
CMYK 0 0.21 0.74 0.20
HSL 42.91º 0.59% 0.5% -
HSV(B) 42.91º 0.74% 0.8% -
XYZ 37.82 38.09 8.61 -
YUV 160.55 66.75 158.28 -
System Red Green Blue C M Y K H S L
Decimal 203 160 52 0 0.21 0.74 0.20 42.91 0.59 0.5
Hex CB A0 34 0 15 4A 14 2B 3B 32
Octal 313 240 64 0 25 112 24 53 73 62
Binary 11001011 10100000 110100 0 10101 1001010 10100 101011 111011 110010

Color Harmonies of #CBA034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA034

Black with #CBA034

Text Example


Text Example

White with #CBA034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA034; }

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

 H1.HeaderClassName
 {
   color: #CBA034;
 }
 .AnyTagClassName
 {
   color: #CBA034;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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