Html Css Color HEX #DB571E Chocolate

📋 copy color: '#DB571E'

red 219 ◦ green 87 ◦ blue 30

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

Shades of Chocolate #DB571E

Tints of Chocolate #DB571E

RGB

 RED value IS 219 (85.94% from 255) = 65.18%

 GREEN value IS 87 (34.38% from 255) = 25.89%

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 65.18%
G = 25.89%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB571E (or 0xDB571E) is known color: Chocolate. HEX triplet: DB, 57 and 1E. RGB value is (219,87,30). Sum of RGB (Red+Green+Blue) = 219+87+30=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB571E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB571E is #24A8E1. Grayscale: #787878. Windows color (decimal): -2402530 or 1988571. OLE color: 1988571.

HSL color Cylindrical-coordinate representation of color #DB571E: hue angle of 18.1º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB571E is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 87 30 -
CMYK 0 0.60 0.86 0.14
HSL 18.1º 0.76% 0.49% -
HSV(B) 18.1º 0.86% 0.86% -
XYZ 32.86 21.97 3.74 -
YUV 119.97 77.23 198.63 -
System Red Green Blue C M Y K H S L
Decimal 219 87 30 0 0.60 0.86 0.14 18.1 0.76 0.49
Hex DB 57 1E 0 3C 56 E 12 4C 31
Octal 333 127 36 0 74 126 16 22 114 61
Binary 11011011 1010111 11110 0 111100 1010110 1110 10010 1001100 110001

Color Harmonies of #DB571E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB571E

Black with #DB571E

Text Example


Text Example

White with #DB571E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB571E; }

 p { color: rgb(219,87,30); }

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

background-color css

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

 a { background-color: rgb(219,87,30); }

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

border-color css

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

 span { border-color: rgb(219,87,30); }

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