Html Css Color HEX #CBA831 Metallic Gold

📋 copy color: '#CBA831'

red 203 ◦ green 168 ◦ blue 49

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

Shades of Metallic Gold #CBA831

Tints of Metallic Gold #CBA831

RGB

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

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

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

R = 48.33%
G = 40%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBA831 (or 0xCBA831) is known color: Metallic Gold. HEX triplet: CB, A8 and 31. RGB value is (203,168,49). Sum of RGB (Red+Green+Blue) = 203+168+49=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 49 (19.53% from 255 or 11.67% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA831 is #3457CE. Grayscale: #A5A5A5. Windows color (decimal): -3430351 or 3254475. OLE color: 3254475.

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

Color convert

RGB 203 168 49 -
CMYK 0 0.17 0.76 0.20
HSL 46.36º 0.61% 0.49% -
HSV(B) 46.36º 0.76% 0.8% -
XYZ 39.19 40.92 8.74 -
YUV 164.9 62.6 155.18 -
System Red Green Blue C M Y K H S L
Decimal 203 168 49 0 0.17 0.76 0.20 46.36 0.61 0.49
Hex CB A8 31 0 11 4C 14 2E 3D 31
Octal 313 250 61 0 21 114 24 56 75 61
Binary 11001011 10101000 110001 0 10001 1001100 10100 101110 111101 110001

Color Harmonies of #CBA831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA831

Black with #CBA831

Text Example


Text Example

White with #CBA831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA831; }

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

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

background-color css

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

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

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

border-color css

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

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

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