Html Css Color HEX #CBA93B Metallic Gold

📋 copy color: '#CBA93B'

red 203 ◦ green 169 ◦ blue 59

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

Shades of Metallic Gold #CBA93B

Tints of Metallic Gold #CBA93B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.21%

 BLUE value IS 59 (23.44% from 255) = 13.69%

R = 47.1%
G = 39.21%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBA93B (or 0xCBA93B) is known color: Metallic Gold. HEX triplet: CB, A9 and 3B. RGB value is (203,169,59). Sum of RGB (Red+Green+Blue) = 203+169+59=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA93B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA93B is #3456C4. Grayscale: #A7A7A7. Windows color (decimal): -3430085 or 3910091. OLE color: 3910091.

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

Color convert

RGB 203 169 59 -
CMYK 0 0.17 0.71 0.20
HSL 45.83º 0.58% 0.51% -
HSV(B) 45.83º 0.71% 0.8% -
XYZ 39.61 41.39 10.04 -
YUV 166.63 67.26 153.94 -
System Red Green Blue C M Y K H S L
Decimal 203 169 59 0 0.17 0.71 0.20 45.83 0.58 0.51
Hex CB A9 3B 0 11 47 14 2E 3A 33
Octal 313 251 73 0 21 107 24 56 72 63
Binary 11001011 10101001 111011 0 10001 1000111 10100 101110 111010 110011

Color Harmonies of #CBA93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA93B

Black with #CBA93B

Text Example


Text Example

White with #CBA93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA93B; }

 p { color: rgb(203,169,59); }

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

background-color css

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

 a { background-color: rgb(203,169,59); }

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

border-color css

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

 span { border-color: rgb(203,169,59); }

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