Html Css Color HEX #CBA036 Metallic Gold

📋 copy color: '#CBA036'

red 203 ◦ green 160 ◦ blue 54

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

Shades of Metallic Gold #CBA036

Tints of Metallic Gold #CBA036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.95%

R = 48.68%
G = 38.37%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBA036 (or 0xCBA036) is known color: Metallic Gold. HEX triplet: CB, A0 and 36. RGB value is (203,160,54). Sum of RGB (Red+Green+Blue) = 203+160+54=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA036 is #345FC9. Grayscale: #A1A1A1. Windows color (decimal): -3432394 or 3580107. OLE color: 3580107.

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

Color convert

RGB 203 160 54 -
CMYK 0 0.21 0.73 0.20
HSL 42.68º 0.59% 0.5% -
HSV(B) 42.68º 0.73% 0.8% -
XYZ 37.87 38.1 8.85 -
YUV 160.77 67.75 158.12 -
System Red Green Blue C M Y K H S L
Decimal 203 160 54 0 0.21 0.73 0.20 42.68 0.59 0.5
Hex CB A0 36 0 15 49 14 2B 3B 32
Octal 313 240 66 0 25 111 24 53 73 62
Binary 11001011 10100000 110110 0 10101 1001001 10100 101011 111011 110010

Color Harmonies of #CBA036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA036

Black with #CBA036

Text Example


Text Example

White with #CBA036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA036; }

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

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

background-color css

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

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

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

border-color css

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

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

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