Html Css Color HEX #D59F42 Fire Bush

📋 copy color: '#D59F42'

red 213 ◦ green 159 ◦ blue 66

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

Shades of Fire Bush #D59F42

Tints of Fire Bush #D59F42

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.3%

 BLUE value IS 66 (26.17% from 255) = 15.07%

R = 48.63%
G = 36.3%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D59F42 (or 0xD59F42) is known color: Fire Bush. HEX triplet: D5, 9F and 42. RGB value is (213,159,66). Sum of RGB (Red+Green+Blue) = 213+159+66=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F42 is #2A60BD. Grayscale: #A4A4A4. Windows color (decimal): -2777278 or 4366293. OLE color: 4366293.

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

Color convert

RGB 213 159 66 -
CMYK 0 0.25 0.69 0.16
HSL 37.96º 0.64% 0.55% -
HSV(B) 37.96º 0.69% 0.84% -
XYZ 40.82 39.34 10.6 -
YUV 164.54 72.39 162.56 -
System Red Green Blue C M Y K H S L
Decimal 213 159 66 0 0.25 0.69 0.16 37.96 0.64 0.55
Hex D5 9F 42 0 19 45 10 26 40 37
Octal 325 237 102 0 31 105 20 46 100 67
Binary 11010101 10011111 1000010 0 11001 1000101 10000 100110 1000000 110111

Color Harmonies of #D59F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F42

Black with #D59F42

Text Example


Text Example

White with #D59F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F42; }

 p { color: rgb(213,159,66); }

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

background-color css

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

 a { background-color: rgb(213,159,66); }

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

border-color css

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

 span { border-color: rgb(213,159,66); }

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