Html Css Color HEX #CBA53B Metallic Gold

📋 copy color: '#CBA53B'

red 203 ◦ green 165 ◦ blue 59

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

Shades of Metallic Gold #CBA53B

Tints of Metallic Gold #CBA53B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.64%

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

R = 47.54%
G = 38.64%
B = 13.82%

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

#CBA53B (or 0xCBA53B) is known color: Metallic Gold. HEX triplet: CB, A5 and 3B. RGB value is (203,165,59). Sum of RGB (Red+Green+Blue) = 203+165+59=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA53B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA53B is #345AC4. Grayscale: #A4A4A4. Windows color (decimal): -3431109 or 3909067. OLE color: 3909067.

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

Color convert

RGB 203 165 59 -
CMYK 0 0.19 0.71 0.20
HSL 44.17º 0.58% 0.51% -
HSV(B) 44.17º 0.71% 0.8% -
XYZ 38.87 39.92 9.79 -
YUV 164.28 68.59 155.62 -
System Red Green Blue C M Y K H S L
Decimal 203 165 59 0 0.19 0.71 0.20 44.17 0.58 0.51
Hex CB A5 3B 0 13 47 14 2C 3A 33
Octal 313 245 73 0 23 107 24 54 72 63
Binary 11001011 10100101 111011 0 10011 1000111 10100 101100 111010 110011

Color Harmonies of #CBA53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA53B

Black with #CBA53B

Text Example


Text Example

White with #CBA53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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