Html Css Color HEX #CBA43A Metallic Gold

📋 copy color: '#CBA43A'

red 203 ◦ green 164 ◦ blue 58

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

Shades of Metallic Gold #CBA43A

Tints of Metallic Gold #CBA43A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.59%

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

R = 47.76%
G = 38.59%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CBA43A (or 0xCBA43A) is known color: Metallic Gold. HEX triplet: CB, A4 and 3A. RGB value is (203,164,58). Sum of RGB (Red+Green+Blue) = 203+164+58=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA43A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA43A is #345BC5. Grayscale: #A4A4A4. Windows color (decimal): -3431366 or 3843275. OLE color: 3843275.

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

Color convert

RGB 203 164 58 -
CMYK 0 0.19 0.71 0.20
HSL 43.86º 0.58% 0.51% -
HSV(B) 43.86º 0.71% 0.8% -
XYZ 38.67 39.55 9.6 -
YUV 163.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 203 164 58 0 0.19 0.71 0.20 43.86 0.58 0.51
Hex CB A4 3A 0 13 47 14 2C 3A 33
Octal 313 244 72 0 23 107 24 54 72 63
Binary 11001011 10100100 111010 0 10011 1000111 10100 101100 111010 110011

Color Harmonies of #CBA43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA43A

Black with #CBA43A

Text Example


Text Example

White with #CBA43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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