Html Css Color HEX #DB6321 Chocolate

📋 copy color: '#DB6321'

red 219 ◦ green 99 ◦ blue 33

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

Shades of Chocolate #DB6321

Tints of Chocolate #DB6321

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.21%

 BLUE value IS 33 (13.28% from 255) = 9.4%

R = 62.39%
G = 28.21%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB6321 (or 0xDB6321) is known color: Chocolate. HEX triplet: DB, 63 and 21. RGB value is (219,99,33). Sum of RGB (Red+Green+Blue) = 219+99+33=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6321 is #249CDE. Grayscale: #7F7F7F. Windows color (decimal): -2399455 or 2188251. OLE color: 2188251.

HSL color Cylindrical-coordinate representation of color #DB6321: hue angle of 21.29º degrees, saturation: 0.74, 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 #DB6321 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 99 33 -
CMYK 0 0.55 0.85 0.14
HSL 21.29º 0.74% 0.49% -
HSV(B) 21.29º 0.85% 0.86% -
XYZ 33.95 24.09 4.3 -
YUV 127.36 74.76 193.37 -
System Red Green Blue C M Y K H S L
Decimal 219 99 33 0 0.55 0.85 0.14 21.29 0.74 0.49
Hex DB 63 21 0 37 55 E 15 4A 31
Octal 333 143 41 0 67 125 16 25 112 61
Binary 11011011 1100011 100001 0 110111 1010101 1110 10101 1001010 110001

Color Harmonies of #DB6321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6321

Black with #DB6321

Text Example


Text Example

White with #DB6321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6321; }

 p { color: rgb(219,99,33); }

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

background-color css

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

 a { background-color: rgb(219,99,33); }

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

border-color css

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

 span { border-color: rgb(219,99,33); }

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