Html Css Color HEX #DA5E1F Chocolate

📋 copy color: '#DA5E1F'

red 218 ◦ green 94 ◦ blue 31

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

Shades of Chocolate #DA5E1F

Tints of Chocolate #DA5E1F

RGB

 RED value IS 218 (85.55% from 255) = 63.56%

 GREEN value IS 94 (37.11% from 255) = 27.41%

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

R = 63.56%
G = 27.41%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA5E1F (or 0xDA5E1F) is known color: Chocolate. HEX triplet: DA, 5E and 1F. RGB value is (218,94,31). Sum of RGB (Red+Green+Blue) = 218+94+31=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5E1F is #25A1E0. Grayscale: #7C7C7C. Windows color (decimal): -2466273 or 2055898. OLE color: 2055898.

HSL color Cylindrical-coordinate representation of color #DA5E1F: hue angle of 20.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA5E1F is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 94 31 -
CMYK 0 0.57 0.86 0.15
HSL 20.21º 0.75% 0.49% -
HSV(B) 20.21º 0.86% 0.85% -
XYZ 33.16 23.01 3.99 -
YUV 123.89 75.58 195.12 -
System Red Green Blue C M Y K H S L
Decimal 218 94 31 0 0.57 0.86 0.15 20.21 0.75 0.49
Hex DA 5E 1F 0 39 56 F 14 4B 31
Octal 332 136 37 0 71 126 17 24 113 61
Binary 11011010 1011110 11111 0 111001 1010110 1111 10100 1001011 110001

Color Harmonies of #DA5E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E1F

Black with #DA5E1F

Text Example


Text Example

White with #DA5E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E1F; }

 p { color: rgb(218,94,31); }

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

background-color css

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

 a { background-color: rgb(218,94,31); }

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

border-color css

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

 span { border-color: rgb(218,94,31); }

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