Html Css Color HEX #CBA030 Metallic Gold

📋 copy color: '#CBA030'

red 203 ◦ green 160 ◦ blue 48

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

Shades of Metallic Gold #CBA030

Tints of Metallic Gold #CBA030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.68%

R = 49.39%
G = 38.93%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBA030 (or 0xCBA030) is known color: Metallic Gold. HEX triplet: CB, A0 and 30. RGB value is (203,160,48). Sum of RGB (Red+Green+Blue) = 203+160+48=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA030 is #345FCF. Grayscale: #A0A0A0. Windows color (decimal): -3432400 or 3186891. OLE color: 3186891.

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

Color convert

RGB 203 160 48 -
CMYK 0 0.21 0.76 0.20
HSL 43.35º 0.62% 0.49% -
HSV(B) 43.35º 0.76% 0.8% -
XYZ 37.73 38.05 8.15 -
YUV 160.09 64.75 158.61 -
System Red Green Blue C M Y K H S L
Decimal 203 160 48 0 0.21 0.76 0.20 43.35 0.62 0.49
Hex CB A0 30 0 15 4C 14 2B 3E 31
Octal 313 240 60 0 25 114 24 53 76 61
Binary 11001011 10100000 110000 0 10101 1001100 10100 101011 111110 110001

Color Harmonies of #CBA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA030

Black with #CBA030

Text Example


Text Example

White with #CBA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA030; }

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

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

background-color css

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

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

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

border-color css

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

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

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