Html Css Color HEX #CBA531 Metallic Gold

📋 copy color: '#CBA531'

red 203 ◦ green 165 ◦ blue 49

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

Shades of Metallic Gold #CBA531

Tints of Metallic Gold #CBA531

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.57%

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

R = 48.68%
G = 39.57%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBA531 (or 0xCBA531) is known color: Metallic Gold. HEX triplet: CB, A5 and 31. RGB value is (203,165,49). Sum of RGB (Red+Green+Blue) = 203+165+49=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA531 is #345ACE. Grayscale: #A3A3A3. Windows color (decimal): -3431119 or 3253707. OLE color: 3253707.

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

Color convert

RGB 203 165 49 -
CMYK 0 0.19 0.76 0.20
HSL 45.19º 0.61% 0.49% -
HSV(B) 45.19º 0.76% 0.8% -
XYZ 38.64 39.83 8.56 -
YUV 163.14 63.59 156.43 -
System Red Green Blue C M Y K H S L
Decimal 203 165 49 0 0.19 0.76 0.20 45.19 0.61 0.49
Hex CB A5 31 0 13 4C 14 2D 3D 31
Octal 313 245 61 0 23 114 24 55 75 61
Binary 11001011 10100101 110001 0 10011 1001100 10100 101101 111101 110001

Color Harmonies of #CBA531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA531

Black with #CBA531

Text Example


Text Example

White with #CBA531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA531; }

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

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

background-color css

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

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

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

border-color css

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

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

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