Html Css Color HEX #DB691E Chocolate

📋 copy color: '#DB691E'

red 219 ◦ green 105 ◦ blue 30

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

Shades of Chocolate #DB691E

Tints of Chocolate #DB691E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.47%

R = 61.86%
G = 29.66%
B = 8.47%

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

#DB691E (or 0xDB691E) is known color: Chocolate. HEX triplet: DB, 69 and 1E. RGB value is (219,105,30). Sum of RGB (Red+Green+Blue) = 219+105+30=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 30 (12.11% from 255 or 8.47% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB691E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB691E is #2496E1. Grayscale: #828282. Windows color (decimal): -2397922 or 1993179. OLE color: 1993179.

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

Color convert

RGB 219 105 30 -
CMYK 0 0.52 0.86 0.14
HSL 23.81º 0.76% 0.49% -
HSV(B) 23.81º 0.86% 0.86% -
XYZ 34.5 25.26 4.29 -
YUV 130.54 71.27 191.1 -
System Red Green Blue C M Y K H S L
Decimal 219 105 30 0 0.52 0.86 0.14 23.81 0.76 0.49
Hex DB 69 1E 0 34 56 E 18 4C 31
Octal 333 151 36 0 64 126 16 30 114 61
Binary 11011011 1101001 11110 0 110100 1010110 1110 11000 1001100 110001

Color Harmonies of #DB691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB691E

Black with #DB691E

Text Example


Text Example

White with #DB691E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB691E; }

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

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

background-color css

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

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

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

border-color css

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

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

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