Html Css Color HEX #D59C3C Fire Bush

📋 copy color: '#D59C3C'

red 213 ◦ green 156 ◦ blue 60

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

Shades of Fire Bush #D59C3C

Tints of Fire Bush #D59C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.99%

R = 49.65%
G = 36.36%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D59C3C (or 0xD59C3C) is known color: Fire Bush. HEX triplet: D5, 9C and 3C. RGB value is (213,156,60). Sum of RGB (Red+Green+Blue) = 213+156+60=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59C3C is #2A63C3. Grayscale: #A2A2A2. Windows color (decimal): -2778052 or 3972309. OLE color: 3972309.

HSL color Cylindrical-coordinate representation of color #D59C3C: hue angle of 37.65º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D59C3C is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 156 60 -
CMYK 0 0.27 0.72 0.16
HSL 37.65º 0.65% 0.54% -
HSV(B) 37.65º 0.72% 0.84% -
XYZ 40.14 38.25 9.54 -
YUV 162.1 70.38 164.31 -
System Red Green Blue C M Y K H S L
Decimal 213 156 60 0 0.27 0.72 0.16 37.65 0.65 0.54
Hex D5 9C 3C 0 1B 48 10 26 41 36
Octal 325 234 74 0 33 110 20 46 101 66
Binary 11010101 10011100 111100 0 11011 1001000 10000 100110 1000001 110110

Color Harmonies of #D59C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C3C

Black with #D59C3C

Text Example


Text Example

White with #D59C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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