Html Css Color HEX #CBA13F Metallic Gold

📋 copy color: '#CBA13F'

red 203 ◦ green 161 ◦ blue 63

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

Shades of Metallic Gold #CBA13F

Tints of Metallic Gold #CBA13F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.7%

 BLUE value IS 63 (25% from 255) = 14.75%

R = 47.54%
G = 37.7%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBA13F (or 0xCBA13F) is known color: Metallic Gold. HEX triplet: CB, A1 and 3F. RGB value is (203,161,63). Sum of RGB (Red+Green+Blue) = 203+161+63=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA13F is #345EC0. Grayscale: #A2A2A2. Windows color (decimal): -3432129 or 4170187. OLE color: 4170187.

HSL color Cylindrical-coordinate representation of color #CBA13F: hue angle of 42º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBA13F is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 161 63 -
CMYK 0 0.21 0.69 0.20
HSL 42º 0.57% 0.52% -
HSV(B) 42º 0.69% 0.8% -
XYZ 38.27 38.55 10.13 -
YUV 162.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 203 161 63 0 0.21 0.69 0.20 42 0.57 0.52
Hex CB A1 3F 0 15 45 14 2A 39 34
Octal 313 241 77 0 25 105 24 52 71 64
Binary 11001011 10100001 111111 0 10101 1000101 10100 101010 111001 110100

Color Harmonies of #CBA13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA13F

Black with #CBA13F

Text Example


Text Example

White with #CBA13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA13F; }

 p { color: rgb(203,161,63); }

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

background-color css

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

 a { background-color: rgb(203,161,63); }

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

border-color css

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

 span { border-color: rgb(203,161,63); }

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