Html Css Color HEX #CBA431 Metallic Gold

📋 copy color: '#CBA431'

red 203 ◦ green 164 ◦ blue 49

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

Shades of Metallic Gold #CBA431

Tints of Metallic Gold #CBA431

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.42%

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

R = 48.8%
G = 39.42%
B = 11.78%

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

#CBA431 (or 0xCBA431) is known color: Metallic Gold. HEX triplet: CB, A4 and 31. RGB value is (203,164,49). Sum of RGB (Red+Green+Blue) = 203+164+49=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA431 is #345BCE. Grayscale: #A3A3A3. Windows color (decimal): -3431375 or 3253451. OLE color: 3253451.

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

Color convert

RGB 203 164 49 -
CMYK 0 0.19 0.76 0.20
HSL 44.81º 0.61% 0.49% -
HSV(B) 44.81º 0.76% 0.8% -
XYZ 38.46 39.47 8.5 -
YUV 162.55 63.92 156.85 -
System Red Green Blue C M Y K H S L
Decimal 203 164 49 0 0.19 0.76 0.20 44.81 0.61 0.49
Hex CB A4 31 0 13 4C 14 2D 3D 31
Octal 313 244 61 0 23 114 24 55 75 61
Binary 11001011 10100100 110001 0 10011 1001100 10100 101101 111101 110001

Color Harmonies of #CBA431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA431

Black with #CBA431

Text Example


Text Example

White with #CBA431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA431; }

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

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

background-color css

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

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

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

border-color css

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

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

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