Html Css Color HEX #CBA631 Metallic Gold

📋 copy color: '#CBA631'

red 203 ◦ green 166 ◦ blue 49

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

Shades of Metallic Gold #CBA631

Tints of Metallic Gold #CBA631

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.71%

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

R = 48.56%
G = 39.71%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CBA631 (or 0xCBA631) is known color: Metallic Gold. HEX triplet: CB, A6 and 31. RGB value is (203,166,49). Sum of RGB (Red+Green+Blue) = 203+166+49=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA631 is #3459CE. Grayscale: #A4A4A4. Windows color (decimal): -3430863 or 3253963. OLE color: 3253963.

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

Color convert

RGB 203 166 49 -
CMYK 0 0.18 0.76 0.20
HSL 45.58º 0.61% 0.49% -
HSV(B) 45.58º 0.76% 0.8% -
XYZ 38.82 40.19 8.62 -
YUV 163.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 203 166 49 0 0.18 0.76 0.20 45.58 0.61 0.49
Hex CB A6 31 0 12 4C 14 2E 3D 31
Octal 313 246 61 0 22 114 24 56 75 61
Binary 11001011 10100110 110001 0 10010 1001100 10100 101110 111101 110001

Color Harmonies of #CBA631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA631

Black with #CBA631

Text Example


Text Example

White with #CBA631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA631; }

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

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

background-color css

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

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

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

border-color css

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

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

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