Html Css Color HEX #CBAB31 Metallic Gold

📋 copy color: '#CBAB31'

red 203 ◦ green 171 ◦ blue 49

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

Shades of Metallic Gold #CBAB31

Tints of Metallic Gold #CBAB31

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.43%

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

R = 47.99%
G = 40.43%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBAB31 (or 0xCBAB31) is known color: Metallic Gold. HEX triplet: CB, AB and 31. RGB value is (203,171,49). Sum of RGB (Red+Green+Blue) = 203+171+49=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB31 is #3454CE. Grayscale: #A7A7A7. Windows color (decimal): -3429583 or 3255243. OLE color: 3255243.

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

Color convert

RGB 203 171 49 -
CMYK 0 0.16 0.76 0.20
HSL 47.53º 0.61% 0.49% -
HSV(B) 47.53º 0.76% 0.8% -
XYZ 39.75 42.04 8.93 -
YUV 166.66 61.6 153.92 -
System Red Green Blue C M Y K H S L
Decimal 203 171 49 0 0.16 0.76 0.20 47.53 0.61 0.49
Hex CB AB 31 0 10 4C 14 30 3D 31
Octal 313 253 61 0 20 114 24 60 75 61
Binary 11001011 10101011 110001 0 10000 1001100 10100 110000 111101 110001

Color Harmonies of #CBAB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB31

Black with #CBAB31

Text Example


Text Example

White with #CBAB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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