Html Css Color HEX #CBA636 Metallic Gold

📋 copy color: '#CBA636'

red 203 ◦ green 166 ◦ blue 54

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

Shades of Metallic Gold #CBA636

Tints of Metallic Gold #CBA636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.77%

R = 47.99%
G = 39.24%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CBA636 (or 0xCBA636) is known color: Metallic Gold. HEX triplet: CB, A6 and 36. RGB value is (203,166,54). Sum of RGB (Red+Green+Blue) = 203+166+54=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA636 is #3459C9. Grayscale: #A4A4A4. Windows color (decimal): -3430858 or 3581643. OLE color: 3581643.

HSL color Cylindrical-coordinate representation of color #CBA636: hue angle of 45.1º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBA636 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 166 54 -
CMYK 0 0.18 0.73 0.20
HSL 45.1º 0.59% 0.5% -
HSV(B) 45.1º 0.73% 0.8% -
XYZ 38.93 40.24 9.2 -
YUV 164.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 203 166 54 0 0.18 0.73 0.20 45.1 0.59 0.5
Hex CB A6 36 0 12 49 14 2D 3B 32
Octal 313 246 66 0 22 111 24 55 73 62
Binary 11001011 10100110 110110 0 10010 1001001 10100 101101 111011 110010

Color Harmonies of #CBA636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA636

Black with #CBA636

Text Example


Text Example

White with #CBA636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA636; }

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

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

background-color css

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

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

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

border-color css

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

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

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