Html Css Color HEX #DB6C0F Chocolate

📋 copy color: '#DB6C0F'

red 219 ◦ green 108 ◦ blue 15

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

Shades of Chocolate #DB6C0F

Tints of Chocolate #DB6C0F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.58%

 BLUE value IS 15 (6.25% from 255) = 4.39%

R = 64.04%
G = 31.58%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DB6C0F (or 0xDB6C0F) is known color: Chocolate. HEX triplet: DB, 6C and 0F. RGB value is (219,108,15). Sum of RGB (Red+Green+Blue) = 219+108+15=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 15 (6.25% from 255 or 4.39% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB6C0F is #2493F0. Grayscale: #838383. Windows color (decimal): -2397169 or 1010907. OLE color: 1010907.

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

Color convert

RGB 219 108 15 -
CMYK 0 0.51 0.93 0.14
HSL 27.35º 0.87% 0.46% -
HSV(B) 27.35º 0.93% 0.86% -
XYZ 34.66 25.82 3.61 -
YUV 130.59 62.77 191.06 -
System Red Green Blue C M Y K H S L
Decimal 219 108 15 0 0.51 0.93 0.14 27.35 0.87 0.46
Hex DB 6C F 0 33 5D E 1B 57 2E
Octal 333 154 17 0 63 135 16 33 127 56
Binary 11011011 1101100 1111 0 110011 1011101 1110 11011 1010111 101110

Color Harmonies of #DB6C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C0F

Black with #DB6C0F

Text Example


Text Example

White with #DB6C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C0F; }

 p { color: rgb(219,108,15); }

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

background-color css

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

 a { background-color: rgb(219,108,15); }

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

border-color css

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

 span { border-color: rgb(219,108,15); }

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