Html Css Color HEX #D7993F Fire Bush

📋 copy color: '#D7993F'

red 215 ◦ green 153 ◦ blue 63

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

Shades of Fire Bush #D7993F

Tints of Fire Bush #D7993F

RGB

 RED value IS 215 (84.38% from 255) = 49.88%

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

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

R = 49.88%
G = 35.5%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7993F (or 0xD7993F) is known color: Fire Bush. HEX triplet: D7, 99 and 3F. RGB value is (215,153,63). Sum of RGB (Red+Green+Blue) = 215+153+63=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D7993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7993F is #2866C0. Grayscale: #A1A1A1. Windows color (decimal): -2647745 or 4168151. OLE color: 4168151.

HSL color Cylindrical-coordinate representation of color #D7993F: hue angle of 35.53º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7993F is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 153 63 -
CMYK 0 0.29 0.71 0.16
HSL 35.53º 0.66% 0.55% -
HSV(B) 35.53º 0.71% 0.84% -
XYZ 40.31 37.59 9.83 -
YUV 161.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 215 153 63 0 0.29 0.71 0.16 35.53 0.66 0.55
Hex D7 99 3F 0 1D 47 10 24 42 37
Octal 327 231 77 0 35 107 20 44 102 67
Binary 11010111 10011001 111111 0 11101 1000111 10000 100100 1000010 110111

Color Harmonies of #D7993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7993F

Black with #D7993F

Text Example


Text Example

White with #D7993F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7993F; }

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

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

background-color css

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

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

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

border-color css

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

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

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