Html Css Color HEX #D59A42 Fire Bush

📋 copy color: '#D59A42'

red 213 ◦ green 154 ◦ blue 66

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

Shades of Fire Bush #D59A42

Tints of Fire Bush #D59A42

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.57%

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

R = 49.19%
G = 35.57%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D59A42 (or 0xD59A42) is known color: Fire Bush. HEX triplet: D5, 9A and 42. RGB value is (213,154,66). Sum of RGB (Red+Green+Blue) = 213+154+66=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A42 is #2A65BD. Grayscale: #A2A2A2. Windows color (decimal): -2778558 or 4365013. OLE color: 4365013.

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

Color convert

RGB 213 154 66 -
CMYK 0 0.28 0.69 0.16
HSL 35.92º 0.64% 0.55% -
HSV(B) 35.92º 0.69% 0.84% -
XYZ 39.98 37.65 10.31 -
YUV 161.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 213 154 66 0 0.28 0.69 0.16 35.92 0.64 0.55
Hex D5 9A 42 0 1C 45 10 24 40 37
Octal 325 232 102 0 34 105 20 44 100 67
Binary 11010101 10011010 1000010 0 11100 1000101 10000 100100 1000000 110111

Color Harmonies of #D59A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A42

Black with #D59A42

Text Example


Text Example

White with #D59A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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