Html Css Color HEX #DB670E Chocolate

📋 copy color: '#DB670E'

red 219 ◦ green 103 ◦ blue 14

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

Shades of Chocolate #DB670E

Tints of Chocolate #DB670E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.65%

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

R = 65.18%
G = 30.65%
B = 4.17%

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

#DB670E (or 0xDB670E) is known color: Chocolate. HEX triplet: DB, 67 and 0E. RGB value is (219,103,14). Sum of RGB (Red+Green+Blue) = 219+103+14=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 14 (5.86% from 255 or 4.17% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB670E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB670E is #2498F1. Grayscale: #808080. Windows color (decimal): -2398450 or 944091. OLE color: 944091.

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

Color convert

RGB 219 103 14 -
CMYK 0 0.53 0.94 0.14
HSL 26.05º 0.88% 0.46% -
HSV(B) 26.05º 0.94% 0.86% -
XYZ 34.14 24.79 3.4 -
YUV 127.54 63.93 193.24 -
System Red Green Blue C M Y K H S L
Decimal 219 103 14 0 0.53 0.94 0.14 26.05 0.88 0.46
Hex DB 67 E 0 35 5E E 1A 58 2E
Octal 333 147 16 0 65 136 16 32 130 56
Binary 11011011 1100111 1110 0 110101 1011110 1110 11010 1011000 101110

Color Harmonies of #DB670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB670E

Black with #DB670E

Text Example


Text Example

White with #DB670E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB670E; }

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

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

background-color css

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

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

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

border-color css

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

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

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