Html Css Color HEX #D7561B Chocolate

📋 copy color: '#D7561B'

red 215 ◦ green 86 ◦ blue 27

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

Shades of Chocolate #D7561B

Tints of Chocolate #D7561B

RGB

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

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

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

R = 65.55%
G = 26.22%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7561B (or 0xD7561B) is known color: Chocolate. HEX triplet: D7, 56 and 1B. RGB value is (215,86,27). Sum of RGB (Red+Green+Blue) = 215+86+27=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D7561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7561B is #28A9E4. Grayscale: #767676. Windows color (decimal): -2664933 or 1791703. OLE color: 1791703.

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

Color convert

RGB 215 86 27 -
CMYK 0 0.6 0.87 0.16
HSL 18.83º 0.78% 0.47% -
HSV(B) 18.83º 0.87% 0.84% -
XYZ 31.55 21.18 3.46 -
YUV 117.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 215 86 27 0 0.6 0.87 0.16 18.83 0.78 0.47
Hex D7 56 1B 0 3C 57 10 13 4E 2F
Octal 327 126 33 0 74 127 20 23 116 57
Binary 11010111 1010110 11011 0 111100 1010111 10000 10011 1001110 101111

Color Harmonies of #D7561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7561B

Black with #D7561B

Text Example


Text Example

White with #D7561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7561B; }

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

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

background-color css

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

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

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

border-color css

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

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

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