Html Css Color HEX #DB5C1F Chocolate

📋 copy color: '#DB5C1F'

red 219 ◦ green 92 ◦ blue 31

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

Shades of Chocolate #DB5C1F

Tints of Chocolate #DB5C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.06%

R = 64.04%
G = 26.9%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB5C1F (or 0xDB5C1F) is known color: Chocolate. HEX triplet: DB, 5C and 1F. RGB value is (219,92,31). Sum of RGB (Red+Green+Blue) = 219+92+31=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5C1F is #24A3E0. Grayscale: #7B7B7B. Windows color (decimal): -2401249 or 2055387. OLE color: 2055387.

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

Color convert

RGB 219 92 31 -
CMYK 0 0.58 0.86 0.14
HSL 19.47º 0.75% 0.49% -
HSV(B) 19.47º 0.86% 0.86% -
XYZ 33.29 22.81 3.95 -
YUV 123.02 76.08 196.46 -
System Red Green Blue C M Y K H S L
Decimal 219 92 31 0 0.58 0.86 0.14 19.47 0.75 0.49
Hex DB 5C 1F 0 3A 56 E 13 4B 31
Octal 333 134 37 0 72 126 16 23 113 61
Binary 11011011 1011100 11111 0 111010 1010110 1110 10011 1001011 110001

Color Harmonies of #DB5C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C1F

Black with #DB5C1F

Text Example


Text Example

White with #DB5C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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