Html Css Color HEX #D59648 Fire Bush

📋 copy color: '#D59648'

red 213 ◦ green 150 ◦ blue 72

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

Shades of Fire Bush #D59648

Tints of Fire Bush #D59648

RGB

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

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

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

R = 48.97%
G = 34.48%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D59648 (or 0xD59648) is known color: Fire Bush. HEX triplet: D5, 96 and 48. RGB value is (213,150,72). Sum of RGB (Red+Green+Blue) = 213+150+72=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D59648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59648 is #2A69B7. Grayscale: #A0A0A0. Windows color (decimal): -2779576 or 4757205. OLE color: 4757205.

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

Color convert

RGB 213 150 72 -
CMYK 0 0.30 0.66 0.16
HSL 33.19º 0.63% 0.56% -
HSV(B) 33.19º 0.66% 0.84% -
XYZ 39.52 36.43 11.08 -
YUV 159.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 213 150 72 0 0.30 0.66 0.16 33.19 0.63 0.56
Hex D5 96 48 0 1E 42 10 21 3F 38
Octal 325 226 110 0 36 102 20 41 77 70
Binary 11010101 10010110 1001000 0 11110 1000010 10000 100001 111111 111000

Color Harmonies of #D59648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59648

Black with #D59648

Text Example


Text Example

White with #D59648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59648; }

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

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

background-color css

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

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

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

border-color css

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

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

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