Html Css Color HEX #D59348 Fire Bush

📋 copy color: '#D59348'

red 213 ◦ green 147 ◦ blue 72

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

Shades of Fire Bush #D59348

Tints of Fire Bush #D59348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.03%

 BLUE value IS 72 (28.52% from 255) = 16.67%

R = 49.31%
G = 34.03%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D59348 (or 0xD59348) is known color: Fire Bush. HEX triplet: D5, 93 and 48. RGB value is (213,147,72). Sum of RGB (Red+Green+Blue) = 213+147+72=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D59348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59348 is #2A6CB7. Grayscale: #9E9E9E. Windows color (decimal): -2780344 or 4756437. OLE color: 4756437.

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

Color convert

RGB 213 147 72 -
CMYK 0 0.31 0.66 0.16
HSL 31.91º 0.63% 0.56% -
HSV(B) 31.91º 0.66% 0.84% -
XYZ 39.04 35.48 10.92 -
YUV 158.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 213 147 72 0 0.31 0.66 0.16 31.91 0.63 0.56
Hex D5 93 48 0 1F 42 10 20 3F 38
Octal 325 223 110 0 37 102 20 40 77 70
Binary 11010101 10010011 1001000 0 11111 1000010 10000 100000 111111 111000

Color Harmonies of #D59348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59348

Black with #D59348

Text Example


Text Example

White with #D59348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59348; }

 p { color: rgb(213,147,72); }

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

background-color css

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

 a { background-color: rgb(213,147,72); }

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

border-color css

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

 span { border-color: rgb(213,147,72); }

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