Html Css Color HEX #D0561C Chocolate

📋 copy color: '#D0561C'

red 208 ◦ green 86 ◦ blue 28

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

Shades of Chocolate #D0561C

Tints of Chocolate #D0561C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.7%

R = 64.6%
G = 26.71%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0561C (or 0xD0561C) is known color: Chocolate. HEX triplet: D0, 56 and 1C. RGB value is (208,86,28). Sum of RGB (Red+Green+Blue) = 208+86+28=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0561C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0561C is #2FA9E3. Grayscale: #747474. Windows color (decimal): -3123684 or 1857232. OLE color: 1857232.

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

Color convert

RGB 208 86 28 -
CMYK 0 0.59 0.87 0.18
HSL 19.33º 0.76% 0.46% -
HSV(B) 19.33º 0.87% 0.82% -
XYZ 29.55 20.15 3.43 -
YUV 115.87 78.42 193.72 -
System Red Green Blue C M Y K H S L
Decimal 208 86 28 0 0.59 0.87 0.18 19.33 0.76 0.46
Hex D0 56 1C 0 3B 57 12 13 4C 2E
Octal 320 126 34 0 73 127 22 23 114 56
Binary 11010000 1010110 11100 0 111011 1010111 10010 10011 1001100 101110

Color Harmonies of #D0561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0561C

Black with #D0561C

Text Example


Text Example

White with #D0561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0561C; }

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

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

background-color css

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

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

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

border-color css

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

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

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