Html Css Color HEX #DA5814 Chocolate

📋 copy color: '#DA5814'

red 218 ◦ green 88 ◦ blue 20

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

Shades of Chocolate #DA5814

Tints of Chocolate #DA5814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 66.87%
G = 26.99%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA5814 (or 0xDA5814) is known color: Chocolate. HEX triplet: DA, 58 and 14. RGB value is (218,88,20). Sum of RGB (Red+Green+Blue) = 218+88+20=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5814 is #25A7EB. Grayscale: #777777. Windows color (decimal): -2467820 or 1333466. OLE color: 1333466.

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

Color convert

RGB 218 88 20 -
CMYK 0 0.60 0.91 0.15
HSL 20.61º 0.83% 0.47% -
HSV(B) 20.61º 0.91% 0.85% -
XYZ 32.53 21.94 3.18 -
YUV 119.12 72.07 198.53 -
System Red Green Blue C M Y K H S L
Decimal 218 88 20 0 0.60 0.91 0.15 20.61 0.83 0.47
Hex DA 58 14 0 3C 5B F 15 53 2F
Octal 332 130 24 0 74 133 17 25 123 57
Binary 11011010 1011000 10100 0 111100 1011011 1111 10101 1010011 101111

Color Harmonies of #DA5814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5814

Black with #DA5814

Text Example


Text Example

White with #DA5814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5814; }

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

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

background-color css

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

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

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

border-color css

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

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

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