Html Css Color HEX #D0561B Chocolate

📋 copy color: '#D0561B'

red 208 ◦ green 86 ◦ blue 27

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

Shades of Chocolate #D0561B

Tints of Chocolate #D0561B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.41%

R = 64.8%
G = 26.79%
B = 8.41%

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

#D0561B (or 0xD0561B) is known color: Chocolate. HEX triplet: D0, 56 and 1B. RGB value is (208,86,27). Sum of RGB (Red+Green+Blue) = 208+86+27=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 27 (10.94% from 255 or 8.41% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0561B is #2FA9E4. Grayscale: #747474. Windows color (decimal): -3123685 or 1791696. OLE color: 1791696.

HSL color Cylindrical-coordinate representation of color #D0561B: hue angle of 19.56º degrees, saturation: 0.77, 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 #D0561B is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 86 27 -
CMYK 0 0.59 0.87 0.18
HSL 19.56º 0.77% 0.46% -
HSV(B) 19.56º 0.87% 0.82% -
XYZ 29.54 20.14 3.37 -
YUV 115.75 77.92 193.8 -
System Red Green Blue C M Y K H S L
Decimal 208 86 27 0 0.59 0.87 0.18 19.56 0.77 0.46
Hex D0 56 1B 0 3B 57 12 14 4D 2E
Octal 320 126 33 0 73 127 22 24 115 56
Binary 11010000 1010110 11011 0 111011 1010111 10010 10100 1001101 101110

Color Harmonies of #D0561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0561B

Black with #D0561B

Text Example


Text Example

White with #D0561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0561B; }

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

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

background-color css

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

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

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

border-color css

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

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

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