Html Css Color HEX #D5984E Fire Bush

📋 copy color: '#D5984E'

red 213 ◦ green 152 ◦ blue 78

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

Shades of Fire Bush #D5984E

Tints of Fire Bush #D5984E

RGB

 RED value IS 213 (83.59% from 255) = 48.08%

 GREEN value IS 152 (59.77% from 255) = 34.31%

 BLUE value IS 78 (30.86% from 255) = 17.61%

R = 48.08%
G = 34.31%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5984E (or 0xD5984E) is known color: Fire Bush. HEX triplet: D5, 98 and 4E. RGB value is (213,152,78). Sum of RGB (Red+Green+Blue) = 213+152+78=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D5984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5984E is #2A67B1. Grayscale: #A2A2A2. Windows color (decimal): -2779058 or 5150933. OLE color: 5150933.

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

Color convert

RGB 213 152 78 -
CMYK 0 0.29 0.63 0.16
HSL 32.89º 0.62% 0.57% -
HSV(B) 32.89º 0.63% 0.84% -
XYZ 40.04 37.15 12.27 -
YUV 161.8 80.71 164.52 -
System Red Green Blue C M Y K H S L
Decimal 213 152 78 0 0.29 0.63 0.16 32.89 0.62 0.57
Hex D5 98 4E 0 1D 3F 10 21 3E 39
Octal 325 230 116 0 35 77 20 41 76 71
Binary 11010101 10011000 1001110 0 11101 111111 10000 100001 111110 111001

Color Harmonies of #D5984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5984E

Black with #D5984E

Text Example


Text Example

White with #D5984E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5984E; }

 p { color: rgb(213,152,78); }

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

background-color css

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

 a { background-color: rgb(213,152,78); }

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

border-color css

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

 span { border-color: rgb(213,152,78); }

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