Html Css Color HEX #CBA033 Metallic Gold

📋 copy color: '#CBA033'

red 203 ◦ green 160 ◦ blue 51

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

Shades of Metallic Gold #CBA033

Tints of Metallic Gold #CBA033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.32%

R = 49.03%
G = 38.65%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CBA033 (or 0xCBA033) is known color: Metallic Gold. HEX triplet: CB, A0 and 33. RGB value is (203,160,51). Sum of RGB (Red+Green+Blue) = 203+160+51=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA033 is #345FCC. Grayscale: #A0A0A0. Windows color (decimal): -3432397 or 3383499. OLE color: 3383499.

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

Color convert

RGB 203 160 51 -
CMYK 0 0.21 0.75 0.20
HSL 43.03º 0.6% 0.5% -
HSV(B) 43.03º 0.75% 0.8% -
XYZ 37.8 38.08 8.49 -
YUV 160.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 203 160 51 0 0.21 0.75 0.20 43.03 0.6 0.5
Hex CB A0 33 0 15 4B 14 2B 3C 32
Octal 313 240 63 0 25 113 24 53 74 62
Binary 11001011 10100000 110011 0 10101 1001011 10100 101011 111100 110010

Color Harmonies of #CBA033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA033

Black with #CBA033

Text Example


Text Example

White with #CBA033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA033; }

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

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

background-color css

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

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

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

border-color css

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

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

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