Html Css Color HEX #CBA93E Metallic Gold

📋 copy color: '#CBA93E'

red 203 ◦ green 169 ◦ blue 62

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

Shades of Metallic Gold #CBA93E

Tints of Metallic Gold #CBA93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.29%

R = 46.77%
G = 38.94%
B = 14.29%

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

#CBA93E (or 0xCBA93E) is known color: Metallic Gold. HEX triplet: CB, A9 and 3E. RGB value is (203,169,62). Sum of RGB (Red+Green+Blue) = 203+169+62=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 169 (66.41% from 255 or 38.94% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA93E is #3456C1. Grayscale: #A7A7A7. Windows color (decimal): -3430082 or 4106699. OLE color: 4106699.

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

Color convert

RGB 203 169 62 -
CMYK 0 0.17 0.69 0.20
HSL 45.53º 0.58% 0.52% -
HSV(B) 45.53º 0.69% 0.8% -
XYZ 39.69 41.42 10.46 -
YUV 166.97 68.76 153.7 -
System Red Green Blue C M Y K H S L
Decimal 203 169 62 0 0.17 0.69 0.20 45.53 0.58 0.52
Hex CB A9 3E 0 11 45 14 2E 3A 34
Octal 313 251 76 0 21 105 24 56 72 64
Binary 11001011 10101001 111110 0 10001 1000101 10100 101110 111010 110100

Color Harmonies of #CBA93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA93E

Black with #CBA93E

Text Example


Text Example

White with #CBA93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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