Html Css Color HEX #DB5A1F Chocolate

📋 copy color: '#DB5A1F'

red 219 ◦ green 90 ◦ blue 31

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

Shades of Chocolate #DB5A1F

Tints of Chocolate #DB5A1F

RGB

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

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

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

R = 64.41%
G = 26.47%
B = 9.12%

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

#DB5A1F (or 0xDB5A1F) is known color: Chocolate. HEX triplet: DB, 5A and 1F. RGB value is (219,90,31). Sum of RGB (Red+Green+Blue) = 219+90+31=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5A1F is #24A5E0. Grayscale: #7A7A7A. Windows color (decimal): -2401761 or 2054875. OLE color: 2054875.

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

Color convert

RGB 219 90 31 -
CMYK 0 0.59 0.86 0.14
HSL 18.83º 0.75% 0.49% -
HSV(B) 18.83º 0.86% 0.86% -
XYZ 33.12 22.47 3.89 -
YUV 121.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 219 90 31 0 0.59 0.86 0.14 18.83 0.75 0.49
Hex DB 5A 1F 0 3B 56 E 13 4B 31
Octal 333 132 37 0 73 126 16 23 113 61
Binary 11011011 1011010 11111 0 111011 1010110 1110 10011 1001011 110001

Color Harmonies of #DB5A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A1F

Black with #DB5A1F

Text Example


Text Example

White with #DB5A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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