Html Css Color HEX #D85A1E Chocolate

📋 copy color: '#D85A1E'

red 216 ◦ green 90 ◦ blue 30

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

Shades of Chocolate #D85A1E

Tints of Chocolate #D85A1E

RGB

 RED value IS 216 (84.77% from 255) = 64.29%

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

 BLUE value IS 30 (12.11% from 255) = 8.93%

R = 64.29%
G = 26.79%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D85A1E (or 0xD85A1E) is known color: Chocolate. HEX triplet: D8, 5A and 1E. RGB value is (216,90,30). Sum of RGB (Red+Green+Blue) = 216+90+30=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85A1E is #27A5E1. Grayscale: #797979. Windows color (decimal): -2598370 or 1989336. OLE color: 1989336.

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

Color convert

RGB 216 90 30 -
CMYK 0 0.58 0.86 0.15
HSL 19.35º 0.76% 0.48% -
HSV(B) 19.35º 0.86% 0.85% -
XYZ 32.21 22.01 3.78 -
YUV 120.83 76.74 195.88 -
System Red Green Blue C M Y K H S L
Decimal 216 90 30 0 0.58 0.86 0.15 19.35 0.76 0.48
Hex D8 5A 1E 0 3A 56 F 13 4C 30
Octal 330 132 36 0 72 126 17 23 114 60
Binary 11011000 1011010 11110 0 111010 1010110 1111 10011 1001100 110000

Color Harmonies of #D85A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A1E

Black with #D85A1E

Text Example


Text Example

White with #D85A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A1E; }

 p { color: rgb(216,90,30); }

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

background-color css

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

 a { background-color: rgb(216,90,30); }

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

border-color css

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

 span { border-color: rgb(216,90,30); }

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