Html Css Color HEX #D59B3C Fire Bush

📋 copy color: '#D59B3C'

red 213 ◦ green 155 ◦ blue 60

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

Shades of Fire Bush #D59B3C

Tints of Fire Bush #D59B3C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.21%

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

R = 49.77%
G = 36.21%
B = 14.02%

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

#D59B3C (or 0xD59B3C) is known color: Fire Bush. HEX triplet: D5, 9B and 3C. RGB value is (213,155,60). Sum of RGB (Red+Green+Blue) = 213+155+60=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59B3C is #2A64C3. Grayscale: #A1A1A1. Windows color (decimal): -2778308 or 3972053. OLE color: 3972053.

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

Color convert

RGB 213 155 60 -
CMYK 0 0.27 0.72 0.16
HSL 37.25º 0.65% 0.54% -
HSV(B) 37.25º 0.72% 0.84% -
XYZ 39.98 37.92 9.49 -
YUV 161.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 213 155 60 0 0.27 0.72 0.16 37.25 0.65 0.54
Hex D5 9B 3C 0 1B 48 10 25 41 36
Octal 325 233 74 0 33 110 20 45 101 66
Binary 11010101 10011011 111100 0 11011 1001000 10000 100101 1000001 110110

Color Harmonies of #D59B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59B3C

Black with #D59B3C

Text Example


Text Example

White with #D59B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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