Html Css Color HEX #DB691F Chocolate

📋 copy color: '#DB691F'

red 219 ◦ green 105 ◦ blue 31

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

Shades of Chocolate #DB691F

Tints of Chocolate #DB691F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

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

R = 61.69%
G = 29.58%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB691F (or 0xDB691F) is known color: Chocolate. HEX triplet: DB, 69 and 1F. RGB value is (219,105,31). Sum of RGB (Red+Green+Blue) = 219+105+31=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 31 (12.5% from 255 or 8.73% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB691F is #2496E0. Grayscale: #838383. Windows color (decimal): -2397921 or 2058715. OLE color: 2058715.

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

Color convert

RGB 219 105 31 -
CMYK 0 0.52 0.86 0.14
HSL 23.62º 0.75% 0.49% -
HSV(B) 23.62º 0.86% 0.86% -
XYZ 34.51 25.26 4.35 -
YUV 130.65 71.77 191.02 -
System Red Green Blue C M Y K H S L
Decimal 219 105 31 0 0.52 0.86 0.14 23.62 0.75 0.49
Hex DB 69 1F 0 34 56 E 18 4B 31
Octal 333 151 37 0 64 126 16 30 113 61
Binary 11011011 1101001 11111 0 110100 1010110 1110 11000 1001011 110001

Color Harmonies of #DB691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB691F

Black with #DB691F

Text Example


Text Example

White with #DB691F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB691F; }

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

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

background-color css

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

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

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

border-color css

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

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

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