Html Css Color HEX #CBA93F Metallic Gold

📋 copy color: '#CBA93F'

red 203 ◦ green 169 ◦ blue 63

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

Shades of Metallic Gold #CBA93F

Tints of Metallic Gold #CBA93F

RGB

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

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

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

R = 46.67%
G = 38.85%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CBA93F (or 0xCBA93F) is known color: Metallic Gold. HEX triplet: CB, A9 and 3F. RGB value is (203,169,63). Sum of RGB (Red+Green+Blue) = 203+169+63=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA93F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA93F is #3456C0. Grayscale: #A7A7A7. Windows color (decimal): -3430081 or 4172235. OLE color: 4172235.

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

Color convert

RGB 203 169 63 -
CMYK 0 0.17 0.69 0.20
HSL 45.43º 0.57% 0.52% -
HSV(B) 45.43º 0.69% 0.8% -
XYZ 39.71 41.43 10.61 -
YUV 167.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 203 169 63 0 0.17 0.69 0.20 45.43 0.57 0.52
Hex CB A9 3F 0 11 45 14 2D 39 34
Octal 313 251 77 0 21 105 24 55 71 64
Binary 11001011 10101001 111111 0 10001 1000101 10100 101101 111001 110100

Color Harmonies of #CBA93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA93F

Black with #CBA93F

Text Example


Text Example

White with #CBA93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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