Html Css Color HEX #99501D Rich Gold

📋 copy color: '#99501D'

red 153 ◦ green 80 ◦ blue 29

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

Shades of Rich Gold #99501D

Tints of Rich Gold #99501D

RGB

 RED value IS 153 (60.16% from 255) = 58.4%

 GREEN value IS 80 (31.64% from 255) = 30.53%

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 58.4%
G = 30.53%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#99501D (or 0x99501D) is known color: Rich Gold. HEX triplet: 99, 50 and 1D. RGB value is (153,80,29). Sum of RGB (Red+Green+Blue) = 153+80+29=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #99501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99501D is #66AFE2. Grayscale: #606060. Windows color (decimal): -6729699 or 1921177. OLE color: 1921177.

HSL color Cylindrical-coordinate representation of color #99501D: hue angle of 24.68º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99501D is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 29 -
CMYK 0 0.48 0.81 0.4
HSL 24.68º 0.68% 0.36% -
HSV(B) 24.68º 0.81% 0.6% -
XYZ 16.23 12.6 2.74 -
YUV 96.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 153 80 29 0 0.48 0.81 0.4 24.68 0.68 0.36
Hex 99 50 1D 0 30 51 28 19 44 24
Octal 231 120 35 0 60 121 50 31 104 44
Binary 10011001 1010000 11101 0 110000 1010001 101000 11001 1000100 100100

Color Harmonies of #99501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99501D

Black with #99501D

Text Example


Text Example

White with #99501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99501D; }

 p { color: rgb(153,80,29); }

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

background-color css

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

 a { background-color: rgb(153,80,29); }

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

border-color css

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

 span { border-color: rgb(153,80,29); }

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