Html Css Color HEX #D7561A Chocolate

📋 copy color: '#D7561A'

red 215 ◦ green 86 ◦ blue 26

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

Shades of Chocolate #D7561A

Tints of Chocolate #D7561A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.95%

R = 65.75%
G = 26.3%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7561A (or 0xD7561A) is known color: Chocolate. HEX triplet: D7, 56 and 1A. RGB value is (215,86,26). Sum of RGB (Red+Green+Blue) = 215+86+26=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D7561A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7561A is #28A9E5. Grayscale: #767676. Windows color (decimal): -2664934 or 1726167. OLE color: 1726167.

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

Color convert

RGB 215 86 26 -
CMYK 0 0.6 0.88 0.16
HSL 19.05º 0.78% 0.47% -
HSV(B) 19.05º 0.88% 0.84% -
XYZ 31.54 21.18 3.4 -
YUV 117.73 76.24 197.38 -
System Red Green Blue C M Y K H S L
Decimal 215 86 26 0 0.6 0.88 0.16 19.05 0.78 0.47
Hex D7 56 1A 0 3C 58 10 13 4E 2F
Octal 327 126 32 0 74 130 20 23 116 57
Binary 11010111 1010110 11010 0 111100 1011000 10000 10011 1001110 101111

Color Harmonies of #D7561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7561A

Black with #D7561A

Text Example


Text Example

White with #D7561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7561A; }

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

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

background-color css

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

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

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

border-color css

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

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

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