Html Css Color HEX #D88D47 Fire Bush

📋 copy color: '#D88D47'

red 216 ◦ green 141 ◦ blue 71

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

Shades of Fire Bush #D88D47

Tints of Fire Bush #D88D47

RGB

 RED value IS 216 (84.77% from 255) = 50.47%

 GREEN value IS 141 (55.47% from 255) = 32.94%

 BLUE value IS 71 (28.13% from 255) = 16.59%

R = 50.47%
G = 32.94%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D88D47 (or 0xD88D47) is known color: Fire Bush. HEX triplet: D8, 8D and 47. RGB value is (216,141,71). Sum of RGB (Red+Green+Blue) = 216+141+71=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 71 (28.12% from 255 or 16.59% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88D47 is #2772B8. Grayscale: #9B9B9B. Windows color (decimal): -2585273 or 4689368. OLE color: 4689368.

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

Color convert

RGB 216 141 71 -
CMYK 0 0.35 0.67 0.15
HSL 28.97º 0.65% 0.56% -
HSV(B) 28.97º 0.67% 0.85% -
XYZ 38.98 34.1 10.49 -
YUV 155.45 80.35 171.19 -
System Red Green Blue C M Y K H S L
Decimal 216 141 71 0 0.35 0.67 0.15 28.97 0.65 0.56
Hex D8 8D 47 0 23 43 F 1D 41 38
Octal 330 215 107 0 43 103 17 35 101 70
Binary 11011000 10001101 1000111 0 100011 1000011 1111 11101 1000001 111000

Color Harmonies of #D88D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88D47

Black with #D88D47

Text Example


Text Example

White with #D88D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88D47; }

 p { color: rgb(216,141,71); }

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

background-color css

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

 a { background-color: rgb(216,141,71); }

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

border-color css

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

 span { border-color: rgb(216,141,71); }

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