Html Css Color HEX #DB681F Chocolate

📋 copy color: '#DB681F'

red 219 ◦ green 104 ◦ blue 31

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

Shades of Chocolate #DB681F

Tints of Chocolate #DB681F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

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

R = 61.86%
G = 29.38%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB681F (or 0xDB681F) is known color: Chocolate. HEX triplet: DB, 68 and 1F. RGB value is (219,104,31). Sum of RGB (Red+Green+Blue) = 219+104+31=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 31 (12.5% from 255 or 8.76% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB681F is #2497E0. Grayscale: #828282. Windows color (decimal): -2398177 or 2058459. OLE color: 2058459.

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

Color convert

RGB 219 104 31 -
CMYK 0 0.53 0.86 0.14
HSL 23.3º 0.75% 0.49% -
HSV(B) 23.3º 0.86% 0.86% -
XYZ 34.41 25.06 4.32 -
YUV 130.06 72.1 191.44 -
System Red Green Blue C M Y K H S L
Decimal 219 104 31 0 0.53 0.86 0.14 23.3 0.75 0.49
Hex DB 68 1F 0 35 56 E 17 4B 31
Octal 333 150 37 0 65 126 16 27 113 61
Binary 11011011 1101000 11111 0 110101 1010110 1110 10111 1001011 110001

Color Harmonies of #DB681F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB681F

Black with #DB681F

Text Example


Text Example

White with #DB681F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB681F; }

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

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

background-color css

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

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

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

border-color css

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

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

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