Html Css Color HEX #D59246 Fire Bush

📋 copy color: '#D59246'

red 213 ◦ green 146 ◦ blue 70

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

Shades of Fire Bush #D59246

Tints of Fire Bush #D59246

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.03%

 BLUE value IS 70 (27.73% from 255) = 16.32%

R = 49.65%
G = 34.03%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D59246 (or 0xD59246) is known color: Fire Bush. HEX triplet: D5, 92 and 46. RGB value is (213,146,70). Sum of RGB (Red+Green+Blue) = 213+146+70=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D59246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59246 is #2A6DB9. Grayscale: #9D9D9D. Windows color (decimal): -2780602 or 4625109. OLE color: 4625109.

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

Color convert

RGB 213 146 70 -
CMYK 0 0.31 0.67 0.16
HSL 31.89º 0.63% 0.55% -
HSV(B) 31.89º 0.67% 0.84% -
XYZ 38.82 35.15 10.53 -
YUV 157.37 78.7 167.68 -
System Red Green Blue C M Y K H S L
Decimal 213 146 70 0 0.31 0.67 0.16 31.89 0.63 0.55
Hex D5 92 46 0 1F 43 10 20 3F 37
Octal 325 222 106 0 37 103 20 40 77 67
Binary 11010101 10010010 1000110 0 11111 1000011 10000 100000 111111 110111

Color Harmonies of #D59246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59246

Black with #D59246

Text Example


Text Example

White with #D59246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59246; }

 p { color: rgb(213,146,70); }

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

background-color css

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

 a { background-color: rgb(213,146,70); }

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

border-color css

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

 span { border-color: rgb(213,146,70); }

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