Html Css Color HEX #DB660E Chocolate

📋 copy color: '#DB660E'

red 219 ◦ green 102 ◦ blue 14

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

Shades of Chocolate #DB660E

Tints of Chocolate #DB660E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

 BLUE value IS 14 (5.86% from 255) = 4.18%

R = 65.37%
G = 30.45%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DB660E (or 0xDB660E) is known color: Chocolate. HEX triplet: DB, 66 and 0E. RGB value is (219,102,14). Sum of RGB (Red+Green+Blue) = 219+102+14=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB660E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB660E is #2499F1. Grayscale: #7F7F7F. Windows color (decimal): -2398706 or 943835. OLE color: 943835.

HSL color Cylindrical-coordinate representation of color #DB660E: hue angle of 25.76º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB660E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 102 14 -
CMYK 0 0.53 0.94 0.14
HSL 25.76º 0.88% 0.46% -
HSV(B) 25.76º 0.94% 0.86% -
XYZ 34.04 24.59 3.37 -
YUV 126.95 64.26 193.66 -
System Red Green Blue C M Y K H S L
Decimal 219 102 14 0 0.53 0.94 0.14 25.76 0.88 0.46
Hex DB 66 E 0 35 5E E 1A 58 2E
Octal 333 146 16 0 65 136 16 32 130 56
Binary 11011011 1100110 1110 0 110101 1011110 1110 11010 1011000 101110

Color Harmonies of #DB660E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB660E

Black with #DB660E

Text Example


Text Example

White with #DB660E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB660E; }

 p { color: rgb(219,102,14); }

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

background-color css

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

 a { background-color: rgb(219,102,14); }

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

border-color css

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

 span { border-color: rgb(219,102,14); }

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