Html Css Color HEX #DB6720 Chocolate

📋 copy color: '#DB6720'

red 219 ◦ green 103 ◦ blue 32

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

Shades of Chocolate #DB6720

Tints of Chocolate #DB6720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.04%

R = 61.86%
G = 29.1%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB6720 (or 0xDB6720) is known color: Chocolate. HEX triplet: DB, 67 and 20. RGB value is (219,103,32). Sum of RGB (Red+Green+Blue) = 219+103+32=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6720 is #2498DF. Grayscale: #818181. Windows color (decimal): -2398432 or 2123739. OLE color: 2123739.

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

Color convert

RGB 219 103 32 -
CMYK 0 0.53 0.85 0.14
HSL 22.78º 0.75% 0.49% -
HSV(B) 22.78º 0.85% 0.86% -
XYZ 34.32 24.86 4.36 -
YUV 129.59 72.93 191.77 -
System Red Green Blue C M Y K H S L
Decimal 219 103 32 0 0.53 0.85 0.14 22.78 0.75 0.49
Hex DB 67 20 0 35 55 E 17 4B 31
Octal 333 147 40 0 65 125 16 27 113 61
Binary 11011011 1100111 100000 0 110101 1010101 1110 10111 1001011 110001

Color Harmonies of #DB6720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6720

Black with #DB6720

Text Example


Text Example

White with #DB6720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6720; }

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

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

background-color css

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

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

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

border-color css

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

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

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