Html Css Color HEX #D5954B Fire Bush

📋 copy color: '#D5954B'

red 213 ◦ green 149 ◦ blue 75

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

Shades of Fire Bush #D5954B

Tints of Fire Bush #D5954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.1%

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

R = 48.74%
G = 34.1%
B = 17.16%

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

#D5954B (or 0xD5954B) is known color: Fire Bush. HEX triplet: D5, 95 and 4B. RGB value is (213,149,75). Sum of RGB (Red+Green+Blue) = 213+149+75=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D5954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5954B is #2A6AB4. Grayscale: #A0A0A0. Windows color (decimal): -2779829 or 4953557. OLE color: 4953557.

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

Color convert

RGB 213 149 75 -
CMYK 0 0.30 0.65 0.16
HSL 32.17º 0.62% 0.56% -
HSV(B) 32.17º 0.65% 0.84% -
XYZ 39.46 36.15 11.55 -
YUV 159.7 80.2 166.02 -
System Red Green Blue C M Y K H S L
Decimal 213 149 75 0 0.30 0.65 0.16 32.17 0.62 0.56
Hex D5 95 4B 0 1E 41 10 20 3E 38
Octal 325 225 113 0 36 101 20 40 76 70
Binary 11010101 10010101 1001011 0 11110 1000001 10000 100000 111110 111000

Color Harmonies of #D5954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5954B

Black with #D5954B

Text Example


Text Example

White with #D5954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5954B; }

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

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

background-color css

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

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

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

border-color css

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

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

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