Html Css Color HEX #CBA53F Metallic Gold

📋 copy color: '#CBA53F'

red 203 ◦ green 165 ◦ blue 63

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

Shades of Metallic Gold #CBA53F

Tints of Metallic Gold #CBA53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.62%

R = 47.1%
G = 38.28%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBA53F (or 0xCBA53F) is known color: Metallic Gold. HEX triplet: CB, A5 and 3F. RGB value is (203,165,63). Sum of RGB (Red+Green+Blue) = 203+165+63=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA53F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA53F is #345AC0. Grayscale: #A5A5A5. Windows color (decimal): -3431105 or 4171211. OLE color: 4171211.

HSL color Cylindrical-coordinate representation of color #CBA53F: hue angle of 43.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBA53F is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 63 -
CMYK 0 0.19 0.69 0.20
HSL 43.71º 0.57% 0.52% -
HSV(B) 43.71º 0.69% 0.8% -
XYZ 38.98 39.97 10.36 -
YUV 164.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 203 165 63 0 0.19 0.69 0.20 43.71 0.57 0.52
Hex CB A5 3F 0 13 45 14 2C 39 34
Octal 313 245 77 0 23 105 24 54 71 64
Binary 11001011 10100101 111111 0 10011 1000101 10100 101100 111001 110100

Color Harmonies of #CBA53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA53F

Black with #CBA53F

Text Example


Text Example

White with #CBA53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA53F; }

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

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

background-color css

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

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

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

border-color css

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

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

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