Html Css Color HEX #DB6F1F Chocolate

📋 copy color: '#DB6F1F'

red 219 ◦ green 111 ◦ blue 31

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

Shades of Chocolate #DB6F1F

Tints of Chocolate #DB6F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.75%

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

R = 60.66%
G = 30.75%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB6F1F (or 0xDB6F1F) is known color: Chocolate. HEX triplet: DB, 6F and 1F. RGB value is (219,111,31). Sum of RGB (Red+Green+Blue) = 219+111+31=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 31 (12.5% from 255 or 8.59% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F1F is #2490E0. Grayscale: #868686. Windows color (decimal): -2396385 or 2060251. OLE color: 2060251.

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

Color convert

RGB 219 111 31 -
CMYK 0 0.49 0.86 0.14
HSL 25.53º 0.75% 0.49% -
HSV(B) 25.53º 0.86% 0.86% -
XYZ 35.15 26.53 4.56 -
YUV 134.17 69.78 188.5 -
System Red Green Blue C M Y K H S L
Decimal 219 111 31 0 0.49 0.86 0.14 25.53 0.75 0.49
Hex DB 6F 1F 0 31 56 E 1A 4B 31
Octal 333 157 37 0 61 126 16 32 113 61
Binary 11011011 1101111 11111 0 110001 1010110 1110 11010 1001011 110001

Color Harmonies of #DB6F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F1F

Black with #DB6F1F

Text Example


Text Example

White with #DB6F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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