Html Css Color HEX #CB9F3A Metallic Gold

📋 copy color: '#CB9F3A'

red 203 ◦ green 159 ◦ blue 58

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

Shades of Metallic Gold #CB9F3A

Tints of Metallic Gold #CB9F3A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.86%

 BLUE value IS 58 (23.05% from 255) = 13.81%

R = 48.33%
G = 37.86%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB9F3A (or 0xCB9F3A) is known color: Metallic Gold. HEX triplet: CB, 9F and 3A. RGB value is (203,159,58). Sum of RGB (Red+Green+Blue) = 203+159+58=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9F3A is #3460C5. Grayscale: #A1A1A1. Windows color (decimal): -3432646 or 3841995. OLE color: 3841995.

HSL color Cylindrical-coordinate representation of color #CB9F3A: hue angle of 41.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB9F3A is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 159 58 -
CMYK 0 0.22 0.71 0.20
HSL 41.79º 0.58% 0.51% -
HSV(B) 41.79º 0.71% 0.8% -
XYZ 37.79 37.8 9.31 -
YUV 160.64 70.08 158.21 -
System Red Green Blue C M Y K H S L
Decimal 203 159 58 0 0.22 0.71 0.20 41.79 0.58 0.51
Hex CB 9F 3A 0 16 47 14 2A 3A 33
Octal 313 237 72 0 26 107 24 52 72 63
Binary 11001011 10011111 111010 0 10110 1000111 10100 101010 111010 110011

Color Harmonies of #CB9F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9F3A

Black with #CB9F3A

Text Example


Text Example

White with #CB9F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9F3A; }

 p { color: rgb(203,159,58); }

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

background-color css

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

 a { background-color: rgb(203,159,58); }

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

border-color css

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

 span { border-color: rgb(203,159,58); }

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