Html Css Color HEX #CBA231 Metallic Gold

📋 copy color: '#CBA231'

red 203 ◦ green 162 ◦ blue 49

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

Shades of Metallic Gold #CBA231

Tints of Metallic Gold #CBA231

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.13%

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

R = 49.03%
G = 39.13%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBA231 (or 0xCBA231) is known color: Metallic Gold. HEX triplet: CB, A2 and 31. RGB value is (203,162,49). Sum of RGB (Red+Green+Blue) = 203+162+49=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA231 is #345DCE. Grayscale: #A1A1A1. Windows color (decimal): -3431887 or 3252939. OLE color: 3252939.

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

Color convert

RGB 203 162 49 -
CMYK 0 0.20 0.76 0.20
HSL 44.03º 0.61% 0.49% -
HSV(B) 44.03º 0.76% 0.8% -
XYZ 38.1 38.76 8.38 -
YUV 161.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 203 162 49 0 0.20 0.76 0.20 44.03 0.61 0.49
Hex CB A2 31 0 14 4C 14 2C 3D 31
Octal 313 242 61 0 24 114 24 54 75 61
Binary 11001011 10100010 110001 0 10100 1001100 10100 101100 111101 110001

Color Harmonies of #CBA231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA231

Black with #CBA231

Text Example


Text Example

White with #CBA231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA231; }

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

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

background-color css

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

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

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

border-color css

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

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

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