Html Css Color HEX #CBA837 Metallic Gold

📋 copy color: '#CBA837'

red 203 ◦ green 168 ◦ blue 55

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

Shades of Metallic Gold #CBA837

Tints of Metallic Gold #CBA837

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

 BLUE value IS 55 (21.88% from 255) = 12.91%

R = 47.65%
G = 39.44%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBA837 (or 0xCBA837) is known color: Metallic Gold. HEX triplet: CB, A8 and 37. RGB value is (203,168,55). Sum of RGB (Red+Green+Blue) = 203+168+55=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA837 is #3457C8. Grayscale: #A6A6A6. Windows color (decimal): -3430345 or 3647691. OLE color: 3647691.

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

Color convert

RGB 203 168 55 -
CMYK 0 0.17 0.73 0.20
HSL 45.81º 0.59% 0.51% -
HSV(B) 45.81º 0.73% 0.8% -
XYZ 39.32 40.98 9.45 -
YUV 165.58 65.6 154.69 -
System Red Green Blue C M Y K H S L
Decimal 203 168 55 0 0.17 0.73 0.20 45.81 0.59 0.51
Hex CB A8 37 0 11 49 14 2E 3B 33
Octal 313 250 67 0 21 111 24 56 73 63
Binary 11001011 10101000 110111 0 10001 1001001 10100 101110 111011 110011

Color Harmonies of #CBA837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA837

Black with #CBA837

Text Example


Text Example

White with #CBA837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA837; }

 p { color: rgb(203,168,55); }

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

background-color css

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

 a { background-color: rgb(203,168,55); }

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

border-color css

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

 span { border-color: rgb(203,168,55); }

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