Html Css Color HEX #D9993D Fire Bush

📋 copy color: '#D9993D'

red 217 ◦ green 153 ◦ blue 61

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

Shades of Fire Bush #D9993D

Tints of Fire Bush #D9993D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.15%

R = 50.35%
G = 35.5%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9993D (or 0xD9993D) is known color: Fire Bush. HEX triplet: D9, 99 and 3D. RGB value is (217,153,61). Sum of RGB (Red+Green+Blue) = 217+153+61=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D9993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9993D is #2666C2. Grayscale: #A2A2A2. Windows color (decimal): -2516675 or 4037081. OLE color: 4037081.

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

Color convert

RGB 217 153 61 -
CMYK 0 0.29 0.72 0.15
HSL 35.38º 0.67% 0.55% -
HSV(B) 35.38º 0.72% 0.85% -
XYZ 40.85 37.87 9.57 -
YUV 161.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 217 153 61 0 0.29 0.72 0.15 35.38 0.67 0.55
Hex D9 99 3D 0 1D 48 F 23 43 37
Octal 331 231 75 0 35 110 17 43 103 67
Binary 11011001 10011001 111101 0 11101 1001000 1111 100011 1000011 110111

Color Harmonies of #D9993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9993D

Black with #D9993D

Text Example


Text Example

White with #D9993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9993D; }

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

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

background-color css

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

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

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

border-color css

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

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

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