Html Css Color HEX #D5964B Fire Bush

📋 copy color: '#D5964B'

red 213 ◦ green 150 ◦ blue 75

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

Shades of Fire Bush #D5964B

Tints of Fire Bush #D5964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.12%

R = 48.63%
G = 34.25%
B = 17.12%

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

#D5964B (or 0xD5964B) is known color: Fire Bush. HEX triplet: D5, 96 and 4B. RGB value is (213,150,75). Sum of RGB (Red+Green+Blue) = 213+150+75=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5964B is #2A69B4. Grayscale: #A0A0A0. Windows color (decimal): -2779573 or 4953813. OLE color: 4953813.

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

Color convert

RGB 213 150 75 -
CMYK 0 0.30 0.65 0.16
HSL 32.61º 0.62% 0.56% -
HSV(B) 32.61º 0.65% 0.84% -
XYZ 39.62 36.47 11.61 -
YUV 160.29 79.87 165.6 -
System Red Green Blue C M Y K H S L
Decimal 213 150 75 0 0.30 0.65 0.16 32.61 0.62 0.56
Hex D5 96 4B 0 1E 41 10 21 3E 38
Octal 325 226 113 0 36 101 20 41 76 70
Binary 11010101 10010110 1001011 0 11110 1000001 10000 100001 111110 111000

Color Harmonies of #D5964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5964B

Black with #D5964B

Text Example


Text Example

White with #D5964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5964B; }

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

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

background-color css

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

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

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

border-color css

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

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

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