Html Css Color HEX #D56610 Chocolate

📋 copy color: '#D56610'

red 213 ◦ green 102 ◦ blue 16

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

Shades of Chocolate #D56610

Tints of Chocolate #D56610

RGB

 RED value IS 213 (83.59% from 255) = 64.35%

 GREEN value IS 102 (40.23% from 255) = 30.82%

 BLUE value IS 16 (6.64% from 255) = 4.83%

R = 64.35%
G = 30.82%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D56610 (or 0xD56610) is known color: Chocolate. HEX triplet: D5, 66 and 10. RGB value is (213,102,16). Sum of RGB (Red+Green+Blue) = 213+102+16=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D56610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56610 is #2A99EF. Grayscale: #7D7D7D. Windows color (decimal): -2791920 or 1074901. OLE color: 1074901.

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

Color convert

RGB 213 102 16 -
CMYK 0 0.52 0.92 0.16
HSL 26.19º 0.86% 0.45% -
HSV(B) 26.19º 0.92% 0.84% -
XYZ 32.29 23.69 3.36 -
YUV 125.39 66.27 190.49 -
System Red Green Blue C M Y K H S L
Decimal 213 102 16 0 0.52 0.92 0.16 26.19 0.86 0.45
Hex D5 66 10 0 34 5C 10 1A 56 2D
Octal 325 146 20 0 64 134 20 32 126 55
Binary 11010101 1100110 10000 0 110100 1011100 10000 11010 1010110 101101

Color Harmonies of #D56610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56610

Black with #D56610

Text Example


Text Example

White with #D56610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56610; }

 p { color: rgb(213,102,16); }

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

background-color css

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

 a { background-color: rgb(213,102,16); }

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

border-color css

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

 span { border-color: rgb(213,102,16); }

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