Html Css Color HEX #CBAC31 Metallic Gold

📋 copy color: '#CBAC31'

red 203 ◦ green 172 ◦ blue 49

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

Shades of Metallic Gold #CBAC31

Tints of Metallic Gold #CBAC31

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.57%

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

R = 47.88%
G = 40.57%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBAC31 (or 0xCBAC31) is known color: Metallic Gold. HEX triplet: CB, AC and 31. RGB value is (203,172,49). Sum of RGB (Red+Green+Blue) = 203+172+49=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAC31 is #3453CE. Grayscale: #A7A7A7. Windows color (decimal): -3429327 or 3255499. OLE color: 3255499.

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

Color convert

RGB 203 172 49 -
CMYK 0 0.15 0.76 0.20
HSL 47.92º 0.61% 0.49% -
HSV(B) 47.92º 0.76% 0.8% -
XYZ 39.94 42.42 8.99 -
YUV 167.25 61.27 153.5 -
System Red Green Blue C M Y K H S L
Decimal 203 172 49 0 0.15 0.76 0.20 47.92 0.61 0.49
Hex CB AC 31 0 F 4C 14 30 3D 31
Octal 313 254 61 0 17 114 24 60 75 61
Binary 11001011 10101100 110001 0 1111 1001100 10100 110000 111101 110001

Color Harmonies of #CBAC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC31

Black with #CBAC31

Text Example


Text Example

White with #CBAC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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