Html Css Color HEX #DB5A1E Chocolate

📋 copy color: '#DB5A1E'

red 219 ◦ green 90 ◦ blue 30

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

Shades of Chocolate #DB5A1E

Tints of Chocolate #DB5A1E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.55%

 BLUE value IS 30 (12.11% from 255) = 8.85%

R = 64.6%
G = 26.55%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB5A1E (or 0xDB5A1E) is known color: Chocolate. HEX triplet: DB, 5A and 1E. RGB value is (219,90,30). Sum of RGB (Red+Green+Blue) = 219+90+30=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A1E is #24A5E1. Grayscale: #7A7A7A. Windows color (decimal): -2401762 or 1989339. OLE color: 1989339.

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

Color convert

RGB 219 90 30 -
CMYK 0 0.59 0.86 0.14
HSL 19.05º 0.76% 0.49% -
HSV(B) 19.05º 0.86% 0.86% -
XYZ 33.1 22.47 3.82 -
YUV 121.73 76.24 197.38 -
System Red Green Blue C M Y K H S L
Decimal 219 90 30 0 0.59 0.86 0.14 19.05 0.76 0.49
Hex DB 5A 1E 0 3B 56 E 13 4C 31
Octal 333 132 36 0 73 126 16 23 114 61
Binary 11011011 1011010 11110 0 111011 1010110 1110 10011 1001100 110001

Color Harmonies of #DB5A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A1E

Black with #DB5A1E

Text Example


Text Example

White with #DB5A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A1E; }

 p { color: rgb(219,90,30); }

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

background-color css

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

 a { background-color: rgb(219,90,30); }

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

border-color css

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

 span { border-color: rgb(219,90,30); }

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