Html Css Color HEX #D59C42 Fire Bush

📋 copy color: '#D59C42'

red 213 ◦ green 156 ◦ blue 66

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

Shades of Fire Bush #D59C42

Tints of Fire Bush #D59C42

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.86%

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

R = 48.97%
G = 35.86%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D59C42 (or 0xD59C42) is known color: Fire Bush. HEX triplet: D5, 9C and 42. RGB value is (213,156,66). Sum of RGB (Red+Green+Blue) = 213+156+66=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59C42 is #2A63BD. Grayscale: #A3A3A3. Windows color (decimal): -2778046 or 4365525. OLE color: 4365525.

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

Color convert

RGB 213 156 66 -
CMYK 0 0.27 0.69 0.16
HSL 36.73º 0.64% 0.55% -
HSV(B) 36.73º 0.69% 0.84% -
XYZ 40.31 38.32 10.43 -
YUV 162.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 213 156 66 0 0.27 0.69 0.16 36.73 0.64 0.55
Hex D5 9C 42 0 1B 45 10 25 40 37
Octal 325 234 102 0 33 105 20 45 100 67
Binary 11010101 10011100 1000010 0 11011 1000101 10000 100101 1000000 110111

Color Harmonies of #D59C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C42

Black with #D59C42

Text Example


Text Example

White with #D59C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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