Html Css Color HEX #D7953F Fire Bush

📋 copy color: '#D7953F'

red 215 ◦ green 149 ◦ blue 63

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

Shades of Fire Bush #D7953F

Tints of Fire Bush #D7953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.89%

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

R = 50.35%
G = 34.89%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D7953F (or 0xD7953F) is known color: Fire Bush. HEX triplet: D7, 95 and 3F. RGB value is (215,149,63). Sum of RGB (Red+Green+Blue) = 215+149+63=427 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.35% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 63 (25% from 255 or 14.75% from 427); Max value from RGB is 215 - color contains mainly: red. Hex color #D7953F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7953F is #286AC0. Grayscale: #9F9F9F. Windows color (decimal): -2648769 or 4167127. OLE color: 4167127.

HSL color Cylindrical-coordinate representation of color #D7953F: hue angle of 33.95º 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 #D7953F is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 149 63 -
CMYK 0 0.31 0.71 0.16
HSL 33.95º 0.66% 0.55% -
HSV(B) 33.95º 0.71% 0.84% -
XYZ 39.67 36.3 9.62 -
YUV 158.93 73.87 167.99 -
System Red Green Blue C M Y K H S L
Decimal 215 149 63 0 0.31 0.71 0.16 33.95 0.66 0.55
Hex D7 95 3F 0 1F 47 10 22 42 37
Octal 327 225 77 0 37 107 20 42 102 67
Binary 11010111 10010101 111111 0 11111 1000111 10000 100010 1000010 110111

Color Harmonies of #D7953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7953F

Black with #D7953F

Text Example


Text Example

White with #D7953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7953F; }

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

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

background-color css

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

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

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

border-color css

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

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

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