Html Css Color HEX #D0561D Chocolate

📋 copy color: '#D0561D'

red 208 ◦ green 86 ◦ blue 29

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

Shades of Chocolate #D0561D

Tints of Chocolate #D0561D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.98%

R = 64.4%
G = 26.63%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0561D (or 0xD0561D) is known color: Chocolate. HEX triplet: D0, 56 and 1D. RGB value is (208,86,29). Sum of RGB (Red+Green+Blue) = 208+86+29=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D0561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0561D is #2FA9E2. Grayscale: #747474. Windows color (decimal): -3123683 or 1922768. OLE color: 1922768.

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

Color convert

RGB 208 86 29 -
CMYK 0 0.59 0.86 0.18
HSL 19.11º 0.76% 0.46% -
HSV(B) 19.11º 0.86% 0.82% -
XYZ 29.56 20.15 3.49 -
YUV 115.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 208 86 29 0 0.59 0.86 0.18 19.11 0.76 0.46
Hex D0 56 1D 0 3B 56 12 13 4C 2E
Octal 320 126 35 0 73 126 22 23 114 56
Binary 11010000 1010110 11101 0 111011 1010110 10010 10011 1001100 101110

Color Harmonies of #D0561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0561D

Black with #D0561D

Text Example


Text Example

White with #D0561D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0561D; }

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

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

background-color css

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

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

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

border-color css

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

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

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