Html Css Color HEX #DB6824 Chocolate

📋 copy color: '#DB6824'

red 219 ◦ green 104 ◦ blue 36

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

Shades of Chocolate #DB6824

Tints of Chocolate #DB6824

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.97%

 BLUE value IS 36 (14.45% from 255) = 10.03%

R = 61%
G = 28.97%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB6824 (or 0xDB6824) is known color: Chocolate. HEX triplet: DB, 68 and 24. RGB value is (219,104,36). Sum of RGB (Red+Green+Blue) = 219+104+36=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6824 is #2497DB. Grayscale: #838383. Windows color (decimal): -2398172 or 2386139. OLE color: 2386139.

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

Color convert

RGB 219 104 36 -
CMYK 0 0.53 0.84 0.14
HSL 22.3º 0.72% 0.5% -
HSV(B) 22.3º 0.84% 0.86% -
XYZ 34.48 25.09 4.69 -
YUV 130.63 74.6 191.03 -
System Red Green Blue C M Y K H S L
Decimal 219 104 36 0 0.53 0.84 0.14 22.3 0.72 0.5
Hex DB 68 24 0 35 54 E 16 48 32
Octal 333 150 44 0 65 124 16 26 110 62
Binary 11011011 1101000 100100 0 110101 1010100 1110 10110 1001000 110010

Color Harmonies of #DB6824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6824

Black with #DB6824

Text Example


Text Example

White with #DB6824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6824; }

 p { color: rgb(219,104,36); }

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

background-color css

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

 a { background-color: rgb(219,104,36); }

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

border-color css

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

 span { border-color: rgb(219,104,36); }

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