Html Css Color HEX #D2561D Chocolate

📋 copy color: '#D2561D'

red 210 ◦ green 86 ◦ blue 29

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

Shades of Chocolate #D2561D

Tints of Chocolate #D2561D

RGB

 RED value IS 210 (82.42% from 255) = 64.62%

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

 BLUE value IS 29 (11.72% from 255) = 8.92%

R = 64.62%
G = 26.46%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2561D (or 0xD2561D) is known color: Chocolate. HEX triplet: D2, 56 and 1D. RGB value is (210,86,29). Sum of RGB (Red+Green+Blue) = 210+86+29=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D2561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2561D is #2DA9E2. Grayscale: #747474. Windows color (decimal): -2992611 or 1922770. OLE color: 1922770.

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

Color convert

RGB 210 86 29 -
CMYK 0 0.59 0.86 0.18
HSL 18.9º 0.76% 0.47% -
HSV(B) 18.9º 0.86% 0.82% -
XYZ 30.13 20.45 3.52 -
YUV 116.58 78.58 194.63 -
System Red Green Blue C M Y K H S L
Decimal 210 86 29 0 0.59 0.86 0.18 18.9 0.76 0.47
Hex D2 56 1D 0 3B 56 12 13 4C 2F
Octal 322 126 35 0 73 126 22 23 114 57
Binary 11010010 1010110 11101 0 111011 1010110 10010 10011 1001100 101111

Color Harmonies of #D2561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2561D

Black with #D2561D

Text Example


Text Example

White with #D2561D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2561D; }

 p { color: rgb(210,86,29); }

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

background-color css

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

 a { background-color: rgb(210,86,29); }

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

border-color css

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

 span { border-color: rgb(210,86,29); }

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