Html Css Color HEX #DB641E Chocolate

📋 copy color: '#DB641E'

red 219 ◦ green 100 ◦ blue 30

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

Shades of Chocolate #DB641E

Tints of Chocolate #DB641E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.65%

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

R = 62.75%
G = 28.65%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB641E (or 0xDB641E) is known color: Chocolate. HEX triplet: DB, 64 and 1E. RGB value is (219,100,30). Sum of RGB (Red+Green+Blue) = 219+100+30=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB641E is #249BE1. Grayscale: #808080. Windows color (decimal): -2399202 or 1991899. OLE color: 1991899.

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

Color convert

RGB 219 100 30 -
CMYK 0 0.54 0.86 0.14
HSL 22.22º 0.76% 0.49% -
HSV(B) 22.22º 0.86% 0.86% -
XYZ 34 24.27 4.12 -
YUV 127.6 72.92 193.19 -
System Red Green Blue C M Y K H S L
Decimal 219 100 30 0 0.54 0.86 0.14 22.22 0.76 0.49
Hex DB 64 1E 0 36 56 E 16 4C 31
Octal 333 144 36 0 66 126 16 26 114 61
Binary 11011011 1100100 11110 0 110110 1010110 1110 10110 1001100 110001

Color Harmonies of #DB641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB641E

Black with #DB641E

Text Example


Text Example

White with #DB641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB641E; }

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

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

background-color css

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

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

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

border-color css

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

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

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