Html Css Color HEX #D0561F Chocolate

📋 copy color: '#D0561F'

red 208 ◦ green 86 ◦ blue 31

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

Shades of Chocolate #D0561F

Tints of Chocolate #D0561F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.54%

R = 64%
G = 26.46%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0561F (or 0xD0561F) is known color: Chocolate. HEX triplet: D0, 56 and 1F. RGB value is (208,86,31). Sum of RGB (Red+Green+Blue) = 208+86+31=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D0561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0561F is #2FA9E0. Grayscale: #747474. Windows color (decimal): -3123681 or 2053840. OLE color: 2053840.

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

Color convert

RGB 208 86 31 -
CMYK 0 0.59 0.85 0.18
HSL 18.64º 0.74% 0.47% -
HSV(B) 18.64º 0.85% 0.82% -
XYZ 29.59 20.16 3.63 -
YUV 116.21 79.92 193.47 -
System Red Green Blue C M Y K H S L
Decimal 208 86 31 0 0.59 0.85 0.18 18.64 0.74 0.47
Hex D0 56 1F 0 3B 55 12 13 4A 2F
Octal 320 126 37 0 73 125 22 23 112 57
Binary 11010000 1010110 11111 0 111011 1010101 10010 10011 1001010 101111

Color Harmonies of #D0561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0561F

Black with #D0561F

Text Example


Text Example

White with #D0561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0561F; }

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

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

background-color css

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

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

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

border-color css

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

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

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