Html Css Color HEX #CBA731 Metallic Gold

📋 copy color: '#CBA731'

red 203 ◦ green 167 ◦ blue 49

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

Shades of Metallic Gold #CBA731

Tints of Metallic Gold #CBA731

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.86%

 BLUE value IS 49 (19.53% from 255) = 11.69%

R = 48.45%
G = 39.86%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBA731 (or 0xCBA731) is known color: Metallic Gold. HEX triplet: CB, A7 and 31. RGB value is (203,167,49). Sum of RGB (Red+Green+Blue) = 203+167+49=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA731 is #3458CE. Grayscale: #A4A4A4. Windows color (decimal): -3430607 or 3254219. OLE color: 3254219.

HSL color Cylindrical-coordinate representation of color #CBA731: hue angle of 45.97º degrees, saturation: 0.61, 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 #CBA731 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 167 49 -
CMYK 0 0.18 0.76 0.20
HSL 45.97º 0.61% 0.49% -
HSV(B) 45.97º 0.76% 0.8% -
XYZ 39 40.56 8.68 -
YUV 164.31 62.93 155.59 -
System Red Green Blue C M Y K H S L
Decimal 203 167 49 0 0.18 0.76 0.20 45.97 0.61 0.49
Hex CB A7 31 0 12 4C 14 2E 3D 31
Octal 313 247 61 0 22 114 24 56 75 61
Binary 11001011 10100111 110001 0 10010 1001100 10100 101110 111101 110001

Color Harmonies of #CBA731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA731

Black with #CBA731

Text Example


Text Example

White with #CBA731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA731; }

 p { color: rgb(203,167,49); }

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

background-color css

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

 a { background-color: rgb(203,167,49); }

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

border-color css

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

 span { border-color: rgb(203,167,49); }

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