Html Css Color HEX #DB521C Chocolate

📋 copy color: '#DB521C'

red 219 ◦ green 82 ◦ blue 28

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

Shades of Chocolate #DB521C

Tints of Chocolate #DB521C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.92%

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

R = 66.57%
G = 24.92%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB521C (or 0xDB521C) is known color: Chocolate. HEX triplet: DB, 52 and 1C. RGB value is (219,82,28). Sum of RGB (Red+Green+Blue) = 219+82+28=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB521C is #24ADE3. Grayscale: #757575. Windows color (decimal): -2403812 or 1856219. OLE color: 1856219.

HSL color Cylindrical-coordinate representation of color #DB521C: hue angle of 16.96º 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 #DB521C is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 28 -
CMYK 0 0.63 0.87 0.14
HSL 16.96º 0.77% 0.48% -
HSV(B) 16.96º 0.87% 0.86% -
XYZ 32.44 21.18 3.48 -
YUV 116.81 77.89 200.89 -
System Red Green Blue C M Y K H S L
Decimal 219 82 28 0 0.63 0.87 0.14 16.96 0.77 0.48
Hex DB 52 1C 0 3F 57 E 11 4D 30
Octal 333 122 34 0 77 127 16 21 115 60
Binary 11011011 1010010 11100 0 111111 1010111 1110 10001 1001101 110000

Color Harmonies of #DB521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB521C

Black with #DB521C

Text Example


Text Example

White with #DB521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB521C; }

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

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

background-color css

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

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

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

border-color css

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

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

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