Html Css Color HEX #D59442 Fire Bush

📋 copy color: '#D59442'

red 213 ◦ green 148 ◦ blue 66

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

Shades of Fire Bush #D59442

Tints of Fire Bush #D59442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.66%

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

R = 49.88%
G = 34.66%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D59442 (or 0xD59442) is known color: Fire Bush. HEX triplet: D5, 94 and 42. RGB value is (213,148,66). Sum of RGB (Red+Green+Blue) = 213+148+66=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D59442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59442 is #2A6BBD. Grayscale: #9E9E9E. Windows color (decimal): -2780094 or 4363477. OLE color: 4363477.

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

Color convert

RGB 213 148 66 -
CMYK 0 0.31 0.69 0.16
HSL 33.47º 0.64% 0.55% -
HSV(B) 33.47º 0.69% 0.84% -
XYZ 39.01 35.72 9.99 -
YUV 158.09 76.03 167.17 -
System Red Green Blue C M Y K H S L
Decimal 213 148 66 0 0.31 0.69 0.16 33.47 0.64 0.55
Hex D5 94 42 0 1F 45 10 21 40 37
Octal 325 224 102 0 37 105 20 41 100 67
Binary 11010101 10010100 1000010 0 11111 1000101 10000 100001 1000000 110111

Color Harmonies of #D59442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59442

Black with #D59442

Text Example


Text Example

White with #D59442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59442; }

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

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

background-color css

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

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

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

border-color css

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

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

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