Html Css Color HEX #D5964A Fire Bush

📋 copy color: '#D5964A'

red 213 ◦ green 150 ◦ blue 74

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

Shades of Fire Bush #D5964A

Tints of Fire Bush #D5964A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.93%

R = 48.74%
G = 34.32%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5964A (or 0xD5964A) is known color: Fire Bush. HEX triplet: D5, 96 and 4A. RGB value is (213,150,74). Sum of RGB (Red+Green+Blue) = 213+150+74=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 74 (29.30% from 255 or 16.93% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5964A is #2A69B5. Grayscale: #A0A0A0. Windows color (decimal): -2779574 or 4888277. OLE color: 4888277.

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

Color convert

RGB 213 150 74 -
CMYK 0 0.30 0.65 0.16
HSL 32.81º 0.62% 0.56% -
HSV(B) 32.81º 0.65% 0.84% -
XYZ 39.58 36.45 11.43 -
YUV 160.17 79.37 165.68 -
System Red Green Blue C M Y K H S L
Decimal 213 150 74 0 0.30 0.65 0.16 32.81 0.62 0.56
Hex D5 96 4A 0 1E 41 10 21 3E 38
Octal 325 226 112 0 36 101 20 41 76 70
Binary 11010101 10010110 1001010 0 11110 1000001 10000 100001 111110 111000

Color Harmonies of #D5964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5964A

Black with #D5964A

Text Example


Text Example

White with #D5964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5964A; }

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

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

background-color css

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

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

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

border-color css

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

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

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