Html Css Color HEX #DB521D Chocolate

📋 copy color: '#DB521D'

red 219 ◦ green 82 ◦ blue 29

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

Shades of Chocolate #DB521D

Tints of Chocolate #DB521D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.79%

R = 66.36%
G = 24.85%
B = 8.79%

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

#DB521D (or 0xDB521D) is known color: Chocolate. HEX triplet: DB, 52 and 1D. RGB value is (219,82,29). Sum of RGB (Red+Green+Blue) = 219+82+29=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB521D is #24ADE2. Grayscale: #757575. Windows color (decimal): -2403811 or 1921755. OLE color: 1921755.

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

Color convert

RGB 219 82 29 -
CMYK 0 0.63 0.87 0.14
HSL 16.74º 0.77% 0.49% -
HSV(B) 16.74º 0.87% 0.86% -
XYZ 32.45 21.18 3.54 -
YUV 116.92 78.39 200.81 -
System Red Green Blue C M Y K H S L
Decimal 219 82 29 0 0.63 0.87 0.14 16.74 0.77 0.49
Hex DB 52 1D 0 3F 57 E 11 4D 31
Octal 333 122 35 0 77 127 16 21 115 61
Binary 11011011 1010010 11101 0 111111 1010111 1110 10001 1001101 110001

Color Harmonies of #DB521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB521D

Black with #DB521D

Text Example


Text Example

White with #DB521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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