Html Css Color HEX #DB5C14 Chocolate

📋 copy color: '#DB5C14'

red 219 ◦ green 92 ◦ blue 20

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

Shades of Chocolate #DB5C14

Tints of Chocolate #DB5C14

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.79%

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

R = 66.16%
G = 27.79%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DB5C14 (or 0xDB5C14) is known color: Chocolate. HEX triplet: DB, 5C and 14. RGB value is (219,92,20). Sum of RGB (Red+Green+Blue) = 219+92+20=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB5C14 is #24A3EB. Grayscale: #7A7A7A. Windows color (decimal): -2401260 or 1334491. OLE color: 1334491.

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

Color convert

RGB 219 92 20 -
CMYK 0 0.58 0.91 0.14
HSL 21.71º 0.83% 0.47% -
HSV(B) 21.71º 0.91% 0.86% -
XYZ 33.17 22.76 3.31 -
YUV 121.77 70.58 197.35 -
System Red Green Blue C M Y K H S L
Decimal 219 92 20 0 0.58 0.91 0.14 21.71 0.83 0.47
Hex DB 5C 14 0 3A 5B E 16 53 2F
Octal 333 134 24 0 72 133 16 26 123 57
Binary 11011011 1011100 10100 0 111010 1011011 1110 10110 1010011 101111

Color Harmonies of #DB5C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C14

Black with #DB5C14

Text Example


Text Example

White with #DB5C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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