Html Css Color HEX #DB571B Chocolate

📋 copy color: '#DB571B'

red 219 ◦ green 87 ◦ blue 27

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

Shades of Chocolate #DB571B

Tints of Chocolate #DB571B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.11%

R = 65.77%
G = 26.13%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB571B (or 0xDB571B) is known color: Chocolate. HEX triplet: DB, 57 and 1B. RGB value is (219,87,27). Sum of RGB (Red+Green+Blue) = 219+87+27=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB571B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB571B is #24A8E4. Grayscale: #787878. Windows color (decimal): -2402533 or 1791963. OLE color: 1791963.

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

Color convert

RGB 219 87 27 -
CMYK 0 0.60 0.88 0.14
HSL 18.75º 0.78% 0.48% -
HSV(B) 18.75º 0.88% 0.86% -
XYZ 32.82 21.96 3.54 -
YUV 119.63 75.73 198.88 -
System Red Green Blue C M Y K H S L
Decimal 219 87 27 0 0.60 0.88 0.14 18.75 0.78 0.48
Hex DB 57 1B 0 3C 58 E 13 4E 30
Octal 333 127 33 0 74 130 16 23 116 60
Binary 11011011 1010111 11011 0 111100 1011000 1110 10011 1001110 110000

Color Harmonies of #DB571B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB571B

Black with #DB571B

Text Example


Text Example

White with #DB571B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB571B; }

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

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

background-color css

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

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

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

border-color css

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

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

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