Html Css Color HEX #CBA93A Metallic Gold

📋 copy color: '#CBA93A'

red 203 ◦ green 169 ◦ blue 58

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

Shades of Metallic Gold #CBA93A

Tints of Metallic Gold #CBA93A

RGB

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

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

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

R = 47.21%
G = 39.3%
B = 13.49%

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

#CBA93A (or 0xCBA93A) is known color: Metallic Gold. HEX triplet: CB, A9 and 3A. RGB value is (203,169,58). Sum of RGB (Red+Green+Blue) = 203+169+58=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA93A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA93A is #3456C5. Grayscale: #A6A6A6. Windows color (decimal): -3430086 or 3844555. OLE color: 3844555.

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

Color convert

RGB 203 169 58 -
CMYK 0 0.17 0.71 0.20
HSL 45.93º 0.58% 0.51% -
HSV(B) 45.93º 0.71% 0.8% -
XYZ 39.58 41.38 9.9 -
YUV 166.51 66.76 154.03 -
System Red Green Blue C M Y K H S L
Decimal 203 169 58 0 0.17 0.71 0.20 45.93 0.58 0.51
Hex CB A9 3A 0 11 47 14 2E 3A 33
Octal 313 251 72 0 21 107 24 56 72 63
Binary 11001011 10101001 111010 0 10001 1000111 10100 101110 111010 110011

Color Harmonies of #CBA93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA93A

Black with #CBA93A

Text Example


Text Example

White with #CBA93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA93A; }

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

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

background-color css

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

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

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

border-color css

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

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

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