Html Css Color HEX #DA581A Chocolate

📋 copy color: '#DA581A'

red 218 ◦ green 88 ◦ blue 26

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

Shades of Chocolate #DA581A

Tints of Chocolate #DA581A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.51%

 BLUE value IS 26 (10.55% from 255) = 7.83%

R = 65.66%
G = 26.51%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA581A (or 0xDA581A) is known color: Chocolate. HEX triplet: DA, 58 and 1A. RGB value is (218,88,26). Sum of RGB (Red+Green+Blue) = 218+88+26=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA581A is #25A7E5. Grayscale: #787878. Windows color (decimal): -2467814 or 1726682. OLE color: 1726682.

HSL color Cylindrical-coordinate representation of color #DA581A: hue angle of 19.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA581A is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 88 26 -
CMYK 0 0.60 0.88 0.15
HSL 19.38º 0.79% 0.48% -
HSV(B) 19.38º 0.88% 0.85% -
XYZ 32.59 21.96 3.5 -
YUV 119.8 75.07 198.04 -
System Red Green Blue C M Y K H S L
Decimal 218 88 26 0 0.60 0.88 0.15 19.38 0.79 0.48
Hex DA 58 1A 0 3C 58 F 13 4F 30
Octal 332 130 32 0 74 130 17 23 117 60
Binary 11011010 1011000 11010 0 111100 1011000 1111 10011 1001111 110000

Color Harmonies of #DA581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA581A

Black with #DA581A

Text Example


Text Example

White with #DA581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA581A; }

 p { color: rgb(218,88,26); }

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

background-color css

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

 a { background-color: rgb(218,88,26); }

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

border-color css

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

 span { border-color: rgb(218,88,26); }

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