Html Css Color HEX #D9953D Fire Bush

📋 copy color: '#D9953D'

red 217 ◦ green 149 ◦ blue 61

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

Shades of Fire Bush #D9953D

Tints of Fire Bush #D9953D

RGB

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

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

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

R = 50.82%
G = 34.89%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9953D (or 0xD9953D) is known color: Fire Bush. HEX triplet: D9, 95 and 3D. RGB value is (217,149,61). Sum of RGB (Red+Green+Blue) = 217+149+61=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9953D is #266AC2. Grayscale: #9F9F9F. Windows color (decimal): -2517699 or 4036057. OLE color: 4036057.

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

Color convert

RGB 217 149 61 -
CMYK 0 0.31 0.72 0.15
HSL 33.85º 0.67% 0.55% -
HSV(B) 33.85º 0.72% 0.85% -
XYZ 40.21 36.58 9.36 -
YUV 159.3 72.53 169.16 -
System Red Green Blue C M Y K H S L
Decimal 217 149 61 0 0.31 0.72 0.15 33.85 0.67 0.55
Hex D9 95 3D 0 1F 48 F 22 43 37
Octal 331 225 75 0 37 110 17 42 103 67
Binary 11011001 10010101 111101 0 11111 1001000 1111 100010 1000011 110111

Color Harmonies of #D9953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9953D

Black with #D9953D

Text Example


Text Example

White with #D9953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9953D; }

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

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

background-color css

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

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

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

border-color css

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

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

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