Html Css Color HEX #DA5A1F Chocolate

📋 copy color: '#DA5A1F'

red 218 ◦ green 90 ◦ blue 31

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

Shades of Chocolate #DA5A1F

Tints of Chocolate #DA5A1F

RGB

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

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

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

R = 64.31%
G = 26.55%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA5A1F (or 0xDA5A1F) is known color: Chocolate. HEX triplet: DA, 5A and 1F. RGB value is (218,90,31). Sum of RGB (Red+Green+Blue) = 218+90+31=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5A1F is #25A5E0. Grayscale: #797979. Windows color (decimal): -2467297 or 2054874. OLE color: 2054874.

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

Color convert

RGB 218 90 31 -
CMYK 0 0.59 0.86 0.15
HSL 18.93º 0.75% 0.49% -
HSV(B) 18.93º 0.86% 0.85% -
XYZ 32.82 22.32 3.87 -
YUV 121.55 76.91 196.8 -
System Red Green Blue C M Y K H S L
Decimal 218 90 31 0 0.59 0.86 0.15 18.93 0.75 0.49
Hex DA 5A 1F 0 3B 56 F 13 4B 31
Octal 332 132 37 0 73 126 17 23 113 61
Binary 11011010 1011010 11111 0 111011 1010110 1111 10011 1001011 110001

Color Harmonies of #DA5A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A1F

Black with #DA5A1F

Text Example


Text Example

White with #DA5A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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