Html Css Color HEX #D9993B Fire Bush

📋 copy color: '#D9993B'

red 217 ◦ green 153 ◦ blue 59

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

Shades of Fire Bush #D9993B

Tints of Fire Bush #D9993B

RGB

 RED value IS 217 (85.16% from 255) = 50.58%

 GREEN value IS 153 (60.16% from 255) = 35.66%

 BLUE value IS 59 (23.44% from 255) = 13.75%

R = 50.58%
G = 35.66%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9993B (or 0xD9993B) is known color: Fire Bush. HEX triplet: D9, 99 and 3B. RGB value is (217,153,59). Sum of RGB (Red+Green+Blue) = 217+153+59=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D9993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9993B is #2666C4. Grayscale: #A1A1A1. Windows color (decimal): -2516677 or 3906009. OLE color: 3906009.

HSL color Cylindrical-coordinate representation of color #D9993B: hue angle of 35.7º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9993B is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 153 59 -
CMYK 0 0.29 0.73 0.15
HSL 35.7º 0.68% 0.54% -
HSV(B) 35.7º 0.73% 0.85% -
XYZ 40.8 37.85 9.29 -
YUV 161.42 70.2 167.64 -
System Red Green Blue C M Y K H S L
Decimal 217 153 59 0 0.29 0.73 0.15 35.7 0.68 0.54
Hex D9 99 3B 0 1D 49 F 24 44 36
Octal 331 231 73 0 35 111 17 44 104 66
Binary 11011001 10011001 111011 0 11101 1001001 1111 100100 1000100 110110

Color Harmonies of #D9993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9993B

Black with #D9993B

Text Example


Text Example

White with #D9993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9993B; }

 p { color: rgb(217,153,59); }

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

background-color css

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

 a { background-color: rgb(217,153,59); }

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

border-color css

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

 span { border-color: rgb(217,153,59); }

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