Html Css Color HEX #DB6C1F Chocolate

📋 copy color: '#DB6C1F'

red 219 ◦ green 108 ◦ blue 31

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

Shades of Chocolate #DB6C1F

Tints of Chocolate #DB6C1F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.17%

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

R = 61.17%
G = 30.17%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB6C1F (or 0xDB6C1F) is known color: Chocolate. HEX triplet: DB, 6C and 1F. RGB value is (219,108,31). Sum of RGB (Red+Green+Blue) = 219+108+31=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6C1F is #2493E0. Grayscale: #848484. Windows color (decimal): -2397153 or 2059483. OLE color: 2059483.

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

Color convert

RGB 219 108 31 -
CMYK 0 0.51 0.86 0.14
HSL 24.57º 0.75% 0.49% -
HSV(B) 24.57º 0.86% 0.86% -
XYZ 34.82 25.88 4.46 -
YUV 132.41 70.77 189.76 -
System Red Green Blue C M Y K H S L
Decimal 219 108 31 0 0.51 0.86 0.14 24.57 0.75 0.49
Hex DB 6C 1F 0 33 56 E 19 4B 31
Octal 333 154 37 0 63 126 16 31 113 61
Binary 11011011 1101100 11111 0 110011 1010110 1110 11001 1001011 110001

Color Harmonies of #DB6C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C1F

Black with #DB6C1F

Text Example


Text Example

White with #DB6C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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