Html Css Color HEX #CBAB39 Metallic Gold

📋 copy color: '#CBAB39'

red 203 ◦ green 171 ◦ blue 57

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

Shades of Metallic Gold #CBAB39

Tints of Metallic Gold #CBAB39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.23%

R = 47.1%
G = 39.68%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CBAB39 (or 0xCBAB39) is known color: Metallic Gold. HEX triplet: CB, AB and 39. RGB value is (203,171,57). Sum of RGB (Red+Green+Blue) = 203+171+57=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 57 (22.66% from 255 or 13.23% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB39 is #3454C6. Grayscale: #A8A8A8. Windows color (decimal): -3429575 or 3779531. OLE color: 3779531.

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

Color convert

RGB 203 171 57 -
CMYK 0 0.16 0.72 0.20
HSL 46.85º 0.58% 0.51% -
HSV(B) 46.85º 0.72% 0.8% -
XYZ 39.93 42.12 9.9 -
YUV 167.57 65.6 153.27 -
System Red Green Blue C M Y K H S L
Decimal 203 171 57 0 0.16 0.72 0.20 46.85 0.58 0.51
Hex CB AB 39 0 10 48 14 2F 3A 33
Octal 313 253 71 0 20 110 24 57 72 63
Binary 11001011 10101011 111001 0 10000 1001000 10100 101111 111010 110011

Color Harmonies of #CBAB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB39

Black with #CBAB39

Text Example


Text Example

White with #CBAB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB39; }

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

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

background-color css

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

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

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

border-color css

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

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

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