Html Css Color HEX #D56715 Chocolate

📋 copy color: '#D56715'

red 213 ◦ green 103 ◦ blue 21

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

Shades of Chocolate #D56715

Tints of Chocolate #D56715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

 BLUE value IS 21 (8.59% from 255) = 6.23%

R = 63.2%
G = 30.56%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D56715 (or 0xD56715) is known color: Chocolate. HEX triplet: D5, 67 and 15. RGB value is (213,103,21). Sum of RGB (Red+Green+Blue) = 213+103+21=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D56715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56715 is #2A98EA. Grayscale: #7E7E7E. Windows color (decimal): -2791659 or 1402837. OLE color: 1402837.

HSL color Cylindrical-coordinate representation of color #D56715: hue angle of 25.62º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D56715 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 103 21 -
CMYK 0 0.52 0.90 0.16
HSL 25.63º 0.82% 0.46% -
HSV(B) 25.63º 0.9% 0.84% -
XYZ 32.43 23.9 3.61 -
YUV 126.54 68.44 189.67 -
System Red Green Blue C M Y K H S L
Decimal 213 103 21 0 0.52 0.90 0.16 25.63 0.82 0.46
Hex D5 67 15 0 34 5A 10 1A 52 2E
Octal 325 147 25 0 64 132 20 32 122 56
Binary 11010101 1100111 10101 0 110100 1011010 10000 11010 1010010 101110

Color Harmonies of #D56715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56715

Black with #D56715

Text Example


Text Example

White with #D56715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56715; }

 p { color: rgb(213,103,21); }

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

background-color css

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

 a { background-color: rgb(213,103,21); }

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

border-color css

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

 span { border-color: rgb(213,103,21); }

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