Html Css Color HEX #DB611E Chocolate

📋 copy color: '#DB611E'

red 219 ◦ green 97 ◦ blue 30

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

Shades of Chocolate #DB611E

Tints of Chocolate #DB611E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.03%

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

R = 63.29%
G = 28.03%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB611E (or 0xDB611E) is known color: Chocolate. HEX triplet: DB, 61 and 1E. RGB value is (219,97,30). Sum of RGB (Red+Green+Blue) = 219+97+30=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB611E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB611E is #249EE1. Grayscale: #7E7E7E. Windows color (decimal): -2399970 or 1991131. OLE color: 1991131.

HSL color Cylindrical-coordinate representation of color #DB611E: hue angle of 21.27º 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 #DB611E is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 97 30 -
CMYK 0 0.56 0.86 0.14
HSL 21.27º 0.76% 0.49% -
HSV(B) 21.27º 0.86% 0.86% -
XYZ 33.72 23.7 4.03 -
YUV 125.84 73.92 194.45 -
System Red Green Blue C M Y K H S L
Decimal 219 97 30 0 0.56 0.86 0.14 21.27 0.76 0.49
Hex DB 61 1E 0 38 56 E 15 4C 31
Octal 333 141 36 0 70 126 16 25 114 61
Binary 11011011 1100001 11110 0 111000 1010110 1110 10101 1001100 110001

Color Harmonies of #DB611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB611E

Black with #DB611E

Text Example


Text Example

White with #DB611E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB611E; }

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

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

background-color css

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

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

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

border-color css

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

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

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