Html Css Color HEX #D56614 Chocolate

📋 copy color: '#D56614'

red 213 ◦ green 102 ◦ blue 20

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

Shades of Chocolate #D56614

Tints of Chocolate #D56614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.97%

R = 63.58%
G = 30.45%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D56614 (or 0xD56614) is known color: Chocolate. HEX triplet: D5, 66 and 14. RGB value is (213,102,20). Sum of RGB (Red+Green+Blue) = 213+102+20=335 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.58% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 213 - color contains mainly: red. Hex color #D56614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D56614 is #2A99EB. Grayscale: #7E7E7E. Windows color (decimal): -2791916 or 1337045. OLE color: 1337045.

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

Color convert

RGB 213 102 20 -
CMYK 0 0.52 0.91 0.16
HSL 25.49º 0.83% 0.46% -
HSV(B) 25.49º 0.91% 0.84% -
XYZ 32.32 23.7 3.53 -
YUV 125.84 68.27 190.17 -
System Red Green Blue C M Y K H S L
Decimal 213 102 20 0 0.52 0.91 0.16 25.49 0.83 0.46
Hex D5 66 14 0 34 5B 10 19 53 2E
Octal 325 146 24 0 64 133 20 31 123 56
Binary 11010101 1100110 10100 0 110100 1011011 10000 11001 1010011 101110

Color Harmonies of #D56614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56614

Black with #D56614

Text Example


Text Example

White with #D56614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56614; }

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

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

background-color css

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

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

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

border-color css

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

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

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