Html Css Color HEX #D05619 Chocolate

📋 copy color: '#D05619'

red 208 ◦ green 86 ◦ blue 25

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

Shades of Chocolate #D05619

Tints of Chocolate #D05619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.84%

R = 65.2%
G = 26.96%
B = 7.84%

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

#D05619 (or 0xD05619) is known color: Chocolate. HEX triplet: D0, 56 and 19. RGB value is (208,86,25). Sum of RGB (Red+Green+Blue) = 208+86+25=319 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.20% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 208 - color contains mainly: red. Hex color #D05619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05619 is #2FA9E6. Grayscale: #737373. Windows color (decimal): -3123687 or 1660624. OLE color: 1660624.

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

Color convert

RGB 208 86 25 -
CMYK 0 0.59 0.88 0.18
HSL 20º 0.79% 0.46% -
HSV(B) 20º 0.88% 0.82% -
XYZ 29.52 20.14 3.25 -
YUV 115.52 76.92 193.96 -
System Red Green Blue C M Y K H S L
Decimal 208 86 25 0 0.59 0.88 0.18 20 0.79 0.46
Hex D0 56 19 0 3B 58 12 14 4F 2E
Octal 320 126 31 0 73 130 22 24 117 56
Binary 11010000 1010110 11001 0 111011 1011000 10010 10100 1001111 101110

Color Harmonies of #D05619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05619

Black with #D05619

Text Example


Text Example

White with #D05619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05619; }

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

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

background-color css

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

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

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

border-color css

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

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

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