Html Css Color HEX #D5964D Fire Bush

📋 copy color: '#D5964D'

red 213 ◦ green 150 ◦ blue 77

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

Shades of Fire Bush #D5964D

Tints of Fire Bush #D5964D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.09%

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

R = 48.41%
G = 34.09%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5964D (or 0xD5964D) is known color: Fire Bush. HEX triplet: D5, 96 and 4D. RGB value is (213,150,77). Sum of RGB (Red+Green+Blue) = 213+150+77=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5964D is #2A69B2. Grayscale: #A0A0A0. Windows color (decimal): -2779571 or 5084885. OLE color: 5084885.

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

Color convert

RGB 213 150 77 -
CMYK 0 0.30 0.64 0.16
HSL 32.21º 0.62% 0.57% -
HSV(B) 32.21º 0.64% 0.84% -
XYZ 39.69 36.49 11.97 -
YUV 160.52 80.87 165.44 -
System Red Green Blue C M Y K H S L
Decimal 213 150 77 0 0.30 0.64 0.16 32.21 0.62 0.57
Hex D5 96 4D 0 1E 40 10 20 3E 39
Octal 325 226 115 0 36 100 20 40 76 71
Binary 11010101 10010110 1001101 0 11110 1000000 10000 100000 111110 111001

Color Harmonies of #D5964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5964D

Black with #D5964D

Text Example


Text Example

White with #D5964D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5964D; }

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

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

background-color css

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

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

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

border-color css

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

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

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