Html Css Color HEX #99803F Luxor Gold

📋 copy color: '#99803F'

red 153 ◦ green 128 ◦ blue 63

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

Shades of Luxor Gold #99803F

Tints of Luxor Gold #99803F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

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

R = 44.48%
G = 37.21%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#99803F (or 0x99803F) is known color: Luxor Gold. HEX triplet: 99, 80 and 3F. RGB value is (153,128,63). Sum of RGB (Red+Green+Blue) = 153+128+63=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99803F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99803F is #667FC0. Grayscale: #808080. Windows color (decimal): -6717377 or 4161689. OLE color: 4161689.

HSL color Cylindrical-coordinate representation of color #99803F: hue angle of 43.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99803F is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 63 -
CMYK 0 0.16 0.59 0.4
HSL 43.33º 0.42% 0.42% -
HSV(B) 43.33º 0.59% 0.6% -
XYZ 21.75 22.57 7.91 -
YUV 128.07 91.28 145.79 -
System Red Green Blue C M Y K H S L
Decimal 153 128 63 0 0.16 0.59 0.4 43.33 0.42 0.42
Hex 99 80 3F 0 10 3B 28 2B 2A 2A
Octal 231 200 77 0 20 73 50 53 52 52
Binary 10011001 10000000 111111 0 10000 111011 101000 101011 101010 101010

Color Harmonies of #99803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99803F

Black with #99803F

Text Example


Text Example

White with #99803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99803F; }

 p { color: rgb(153,128,63); }

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

background-color css

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

 a { background-color: rgb(153,128,63); }

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

border-color css

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

 span { border-color: rgb(153,128,63); }

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