Html Css Color HEX #D05618 Chocolate

📋 copy color: '#D05618'

red 208 ◦ green 86 ◦ blue 24

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

Shades of Chocolate #D05618

Tints of Chocolate #D05618

RGB

 RED value IS 208 (81.64% from 255) = 65.41%

 GREEN value IS 86 (33.98% from 255) = 27.04%

 BLUE value IS 24 (9.77% from 255) = 7.55%

R = 65.41%
G = 27.04%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D05618 (or 0xD05618) is known color: Chocolate. HEX triplet: D0, 56 and 18. RGB value is (208,86,24). Sum of RGB (Red+Green+Blue) = 208+86+24=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D05618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05618 is #2FA9E7. Grayscale: #737373. Windows color (decimal): -3123688 or 1595088. OLE color: 1595088.

HSL color Cylindrical-coordinate representation of color #D05618: hue angle of 20.22º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D05618 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 86 24 -
CMYK 0 0.59 0.88 0.18
HSL 20.22º 0.79% 0.45% -
HSV(B) 20.22º 0.88% 0.82% -
XYZ 29.51 20.13 3.19 -
YUV 115.41 76.42 194.04 -
System Red Green Blue C M Y K H S L
Decimal 208 86 24 0 0.59 0.88 0.18 20.22 0.79 0.45
Hex D0 56 18 0 3B 58 12 14 4F 2D
Octal 320 126 30 0 73 130 22 24 117 55
Binary 11010000 1010110 11000 0 111011 1011000 10010 10100 1001111 101101

Color Harmonies of #D05618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05618

Black with #D05618

Text Example


Text Example

White with #D05618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05618; }

 p { color: rgb(208,86,24); }

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

background-color css

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

 a { background-color: rgb(208,86,24); }

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

border-color css

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

 span { border-color: rgb(208,86,24); }

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