Html Css Color HEX #DB5814 Chocolate

📋 copy color: '#DB5814'

red 219 ◦ green 88 ◦ blue 20

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

Shades of Chocolate #DB5814

Tints of Chocolate #DB5814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 66.97%
G = 26.91%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB5814 (or 0xDB5814) is known color: Chocolate. HEX triplet: DB, 58 and 14. RGB value is (219,88,20). Sum of RGB (Red+Green+Blue) = 219+88+20=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5814 is #24A7EB. Grayscale: #777777. Windows color (decimal): -2402284 or 1333467. OLE color: 1333467.

HSL color Cylindrical-coordinate representation of color #DB5814: hue angle of 20.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB5814 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 88 20 -
CMYK 0 0.60 0.91 0.14
HSL 20.5º 0.83% 0.47% -
HSV(B) 20.5º 0.91% 0.86% -
XYZ 32.83 22.09 3.2 -
YUV 119.42 71.9 199.03 -
System Red Green Blue C M Y K H S L
Decimal 219 88 20 0 0.60 0.91 0.14 20.5 0.83 0.47
Hex DB 58 14 0 3C 5B E 15 53 2F
Octal 333 130 24 0 74 133 16 25 123 57
Binary 11011011 1011000 10100 0 111100 1011011 1110 10101 1010011 101111

Color Harmonies of #DB5814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5814

Black with #DB5814

Text Example


Text Example

White with #DB5814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5814; }

 p { color: rgb(219,88,20); }

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

background-color css

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

 a { background-color: rgb(219,88,20); }

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

border-color css

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

 span { border-color: rgb(219,88,20); }

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