Html Css Color HEX #CBA038 Metallic Gold

📋 copy color: '#CBA038'

red 203 ◦ green 160 ◦ blue 56

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

Shades of Metallic Gold #CBA038

Tints of Metallic Gold #CBA038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.37%

R = 48.45%
G = 38.19%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBA038 (or 0xCBA038) is known color: Metallic Gold. HEX triplet: CB, A0 and 38. RGB value is (203,160,56). Sum of RGB (Red+Green+Blue) = 203+160+56=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA038 is #345FC7. Grayscale: #A1A1A1. Windows color (decimal): -3432392 or 3711179. OLE color: 3711179.

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

Color convert

RGB 203 160 56 -
CMYK 0 0.21 0.72 0.20
HSL 42.45º 0.59% 0.51% -
HSV(B) 42.45º 0.72% 0.8% -
XYZ 37.91 38.12 9.1 -
YUV 161 68.75 157.96 -
System Red Green Blue C M Y K H S L
Decimal 203 160 56 0 0.21 0.72 0.20 42.45 0.59 0.51
Hex CB A0 38 0 15 48 14 2A 3B 33
Octal 313 240 70 0 25 110 24 52 73 63
Binary 11001011 10100000 111000 0 10101 1001000 10100 101010 111011 110011

Color Harmonies of #CBA038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA038

Black with #CBA038

Text Example


Text Example

White with #CBA038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA038; }

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

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

background-color css

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

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

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

border-color css

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

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

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