Html Css Color HEX #DA5F26 Chocolate

📋 copy color: '#DA5F26'

red 218 ◦ green 95 ◦ blue 38

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

Shades of Chocolate #DA5F26

Tints of Chocolate #DA5F26

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.07%

 BLUE value IS 38 (15.23% from 255) = 10.83%

R = 62.11%
G = 27.07%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA5F26 (or 0xDA5F26) is known color: Chocolate. HEX triplet: DA, 5F and 26. RGB value is (218,95,38). Sum of RGB (Red+Green+Blue) = 218+95+38=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5F26 is #25A0D9. Grayscale: #7D7D7D. Windows color (decimal): -2466010 or 2514906. OLE color: 2514906.

HSL color Cylindrical-coordinate representation of color #DA5F26: hue angle of 19º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA5F26 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 95 38 -
CMYK 0 0.56 0.83 0.15
HSL 19º 0.71% 0.5% -
HSV(B) 19º 0.83% 0.85% -
XYZ 33.36 23.23 4.56 -
YUV 125.28 78.75 194.13 -
System Red Green Blue C M Y K H S L
Decimal 218 95 38 0 0.56 0.83 0.15 19 0.71 0.5
Hex DA 5F 26 0 38 53 F 13 47 32
Octal 332 137 46 0 70 123 17 23 107 62
Binary 11011010 1011111 100110 0 111000 1010011 1111 10011 1000111 110010

Color Harmonies of #DA5F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F26

Black with #DA5F26

Text Example


Text Example

White with #DA5F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F26; }

 p { color: rgb(218,95,38); }

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

background-color css

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

 a { background-color: rgb(218,95,38); }

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

border-color css

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

 span { border-color: rgb(218,95,38); }

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