Html Css Color HEX #DB6A1C Chocolate

📋 copy color: '#DB6A1C'

red 219 ◦ green 106 ◦ blue 28

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

Shades of Chocolate #DB6A1C

Tints of Chocolate #DB6A1C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.03%

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 62.04%
G = 30.03%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB6A1C (or 0xDB6A1C) is known color: Chocolate. HEX triplet: DB, 6A and 1C. RGB value is (219,106,28). Sum of RGB (Red+Green+Blue) = 219+106+28=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6A1C is #2495E3. Grayscale: #838383. Windows color (decimal): -2397668 or 1862363. OLE color: 1862363.

HSL color Cylindrical-coordinate representation of color #DB6A1C: hue angle of 24.5º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB6A1C is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 106 28 -
CMYK 0 0.52 0.87 0.14
HSL 24.5º 0.77% 0.48% -
HSV(B) 24.5º 0.87% 0.86% -
XYZ 34.58 25.45 4.19 -
YUV 130.9 69.94 190.84 -
System Red Green Blue C M Y K H S L
Decimal 219 106 28 0 0.52 0.87 0.14 24.5 0.77 0.48
Hex DB 6A 1C 0 34 57 E 19 4D 30
Octal 333 152 34 0 64 127 16 31 115 60
Binary 11011011 1101010 11100 0 110100 1010111 1110 11001 1001101 110000

Color Harmonies of #DB6A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A1C

Black with #DB6A1C

Text Example


Text Example

White with #DB6A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A1C; }

 p { color: rgb(219,106,28); }

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

background-color css

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

 a { background-color: rgb(219,106,28); }

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

border-color css

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

 span { border-color: rgb(219,106,28); }

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