Html Css Color HEX #DB5F14 Chocolate

📋 copy color: '#DB5F14'

red 219 ◦ green 95 ◦ blue 20

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

Shades of Chocolate #DB5F14

Tints of Chocolate #DB5F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.44%

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

R = 65.57%
G = 28.44%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB5F14 (or 0xDB5F14) is known color: Chocolate. HEX triplet: DB, 5F and 14. RGB value is (219,95,20). Sum of RGB (Red+Green+Blue) = 219+95+20=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5F14 is #24A0EB. Grayscale: #7B7B7B. Windows color (decimal): -2400492 or 1335259. OLE color: 1335259.

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

Color convert

RGB 219 95 20 -
CMYK 0 0.57 0.91 0.14
HSL 22.61º 0.83% 0.47% -
HSV(B) 22.61º 0.91% 0.86% -
XYZ 33.43 23.3 3.4 -
YUV 123.53 69.58 196.1 -
System Red Green Blue C M Y K H S L
Decimal 219 95 20 0 0.57 0.91 0.14 22.61 0.83 0.47
Hex DB 5F 14 0 39 5B E 17 53 2F
Octal 333 137 24 0 71 133 16 27 123 57
Binary 11011011 1011111 10100 0 111001 1011011 1110 10111 1010011 101111

Color Harmonies of #DB5F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F14

Black with #DB5F14

Text Example


Text Example

White with #DB5F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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