Html Css Color HEX #D59D42 Fire Bush

📋 copy color: '#D59D42'

red 213 ◦ green 157 ◦ blue 66

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

Shades of Fire Bush #D59D42

Tints of Fire Bush #D59D42

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.01%

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

R = 48.85%
G = 36.01%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D59D42 (or 0xD59D42) is known color: Fire Bush. HEX triplet: D5, 9D and 42. RGB value is (213,157,66). Sum of RGB (Red+Green+Blue) = 213+157+66=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D42 is #2A62BD. Grayscale: #A3A3A3. Windows color (decimal): -2777790 or 4365781. OLE color: 4365781.

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

Color convert

RGB 213 157 66 -
CMYK 0 0.26 0.69 0.16
HSL 37.14º 0.64% 0.55% -
HSV(B) 37.14º 0.69% 0.84% -
XYZ 40.48 38.65 10.48 -
YUV 163.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 213 157 66 0 0.26 0.69 0.16 37.14 0.64 0.55
Hex D5 9D 42 0 1A 45 10 25 40 37
Octal 325 235 102 0 32 105 20 45 100 67
Binary 11010101 10011101 1000010 0 11010 1000101 10000 100101 1000000 110111

Color Harmonies of #D59D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D42

Black with #D59D42

Text Example


Text Example

White with #D59D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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