Html Css Color HEX #DB611F Chocolate

📋 copy color: '#DB611F'

red 219 ◦ green 97 ◦ blue 31

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

Shades of Chocolate #DB611F

Tints of Chocolate #DB611F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.93%

R = 63.11%
G = 27.95%
B = 8.93%

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

#DB611F (or 0xDB611F) is known color: Chocolate. HEX triplet: DB, 61 and 1F. RGB value is (219,97,31). Sum of RGB (Red+Green+Blue) = 219+97+31=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB611F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB611F is #249EE0. Grayscale: #7E7E7E. Windows color (decimal): -2399969 or 2056667. OLE color: 2056667.

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

Color convert

RGB 219 97 31 -
CMYK 0 0.56 0.86 0.14
HSL 21.06º 0.75% 0.49% -
HSV(B) 21.06º 0.86% 0.86% -
XYZ 33.74 23.71 4.09 -
YUV 125.95 74.42 194.37 -
System Red Green Blue C M Y K H S L
Decimal 219 97 31 0 0.56 0.86 0.14 21.06 0.75 0.49
Hex DB 61 1F 0 38 56 E 15 4B 31
Octal 333 141 37 0 70 126 16 25 113 61
Binary 11011011 1100001 11111 0 111000 1010110 1110 10101 1001011 110001

Color Harmonies of #DB611F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB611F

Black with #DB611F

Text Example


Text Example

White with #DB611F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB611F; }

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

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

background-color css

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

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

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

border-color css

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

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

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