Html Css Color HEX #D5994D Fire Bush

📋 copy color: '#D5994D'

red 213 ◦ green 153 ◦ blue 77

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

Shades of Fire Bush #D5994D

Tints of Fire Bush #D5994D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.38%

R = 48.08%
G = 34.54%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5994D (or 0xD5994D) is known color: Fire Bush. HEX triplet: D5, 99 and 4D. RGB value is (213,153,77). Sum of RGB (Red+Green+Blue) = 213+153+77=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D5994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5994D is #2A66B2. Grayscale: #A2A2A2. Windows color (decimal): -2778803 or 5085653. OLE color: 5085653.

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

Color convert

RGB 213 153 77 -
CMYK 0 0.28 0.64 0.16
HSL 33.53º 0.62% 0.57% -
HSV(B) 33.53º 0.64% 0.84% -
XYZ 40.17 37.46 12.14 -
YUV 162.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 213 153 77 0 0.28 0.64 0.16 33.53 0.62 0.57
Hex D5 99 4D 0 1C 40 10 22 3E 39
Octal 325 231 115 0 34 100 20 42 76 71
Binary 11010101 10011001 1001101 0 11100 1000000 10000 100010 111110 111001

Color Harmonies of #D5994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5994D

Black with #D5994D

Text Example


Text Example

White with #D5994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5994D; }

 p { color: rgb(213,153,77); }

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

background-color css

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

 a { background-color: rgb(213,153,77); }

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

border-color css

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

 span { border-color: rgb(213,153,77); }

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