Html Css Color HEX #D99341 Fire Bush

📋 copy color: '#D99341'

red 217 ◦ green 147 ◦ blue 65

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

Shades of Fire Bush #D99341

Tints of Fire Bush #D99341

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.27%

 BLUE value IS 65 (25.78% from 255) = 15.15%

R = 50.58%
G = 34.27%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D99341 (or 0xD99341) is known color: Fire Bush. HEX triplet: D9, 93 and 41. RGB value is (217,147,65). Sum of RGB (Red+Green+Blue) = 217+147+65=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D99341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99341 is #266CBE. Grayscale: #9E9E9E. Windows color (decimal): -2518207 or 4297689. OLE color: 4297689.

HSL color Cylindrical-coordinate representation of color #D99341: hue angle of 32.37º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D99341 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 65 -
CMYK 0 0.32 0.70 0.15
HSL 32.37º 0.67% 0.55% -
HSV(B) 32.37º 0.7% 0.85% -
XYZ 40 36 9.84 -
YUV 158.58 75.19 169.67 -
System Red Green Blue C M Y K H S L
Decimal 217 147 65 0 0.32 0.70 0.15 32.37 0.67 0.55
Hex D9 93 41 0 20 46 F 20 43 37
Octal 331 223 101 0 40 106 17 40 103 67
Binary 11011001 10010011 1000001 0 100000 1000110 1111 100000 1000011 110111

Color Harmonies of #D99341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99341

Black with #D99341

Text Example


Text Example

White with #D99341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99341; }

 p { color: rgb(217,147,65); }

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

background-color css

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

 a { background-color: rgb(217,147,65); }

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

border-color css

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

 span { border-color: rgb(217,147,65); }

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