Html Css Color HEX #D7561F Chocolate

📋 copy color: '#D7561F'

red 215 ◦ green 86 ◦ blue 31

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

Shades of Chocolate #D7561F

Tints of Chocolate #D7561F

RGB

 RED value IS 215 (84.38% from 255) = 64.76%

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

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

R = 64.76%
G = 25.9%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7561F (or 0xD7561F) is known color: Chocolate. HEX triplet: D7, 56 and 1F. RGB value is (215,86,31). Sum of RGB (Red+Green+Blue) = 215+86+31=332 (43% of max value = 765). Red value is 215 (84.38% from 255 or 64.76% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 215 - color contains mainly: red. Hex color #D7561F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7561F is #28A9E0. Grayscale: #767676. Windows color (decimal): -2664929 or 2053847. OLE color: 2053847.

HSL color Cylindrical-coordinate representation of color #D7561F: hue angle of 17.93º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7561F is Cyan = 0, Magento = 0.6, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 86 31 -
CMYK 0 0.6 0.86 0.16
HSL 17.93º 0.75% 0.48% -
HSV(B) 17.93º 0.86% 0.84% -
XYZ 31.6 21.2 3.72 -
YUV 118.3 78.74 196.97 -
System Red Green Blue C M Y K H S L
Decimal 215 86 31 0 0.6 0.86 0.16 17.93 0.75 0.48
Hex D7 56 1F 0 3C 56 10 12 4B 30
Octal 327 126 37 0 74 126 20 22 113 60
Binary 11010111 1010110 11111 0 111100 1010110 10000 10010 1001011 110000

Color Harmonies of #D7561F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7561F

Black with #D7561F

Text Example


Text Example

White with #D7561F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7561F; }

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

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

background-color css

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

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

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

border-color css

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

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

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