Html Css Color HEX #D05716 Chocolate

📋 copy color: '#D05716'

red 208 ◦ green 87 ◦ blue 22

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

Shades of Chocolate #D05716

Tints of Chocolate #D05716

RGB

 RED value IS 208 (81.64% from 255) = 65.62%

 GREEN value IS 87 (34.38% from 255) = 27.44%

 BLUE value IS 22 (8.98% from 255) = 6.94%

R = 65.62%
G = 27.44%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D05716 (or 0xD05716) is known color: Chocolate. HEX triplet: D0, 57 and 16. RGB value is (208,87,22). Sum of RGB (Red+Green+Blue) = 208+87+22=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D05716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05716 is #2FA8E9. Grayscale: #747474. Windows color (decimal): -3123434 or 1464272. OLE color: 1464272.

HSL color Cylindrical-coordinate representation of color #D05716: hue angle of 20.97º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D05716 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 87 22 -
CMYK 0 0.58 0.89 0.18
HSL 20.97º 0.81% 0.45% -
HSV(B) 20.97º 0.89% 0.82% -
XYZ 29.57 20.28 3.12 -
YUV 115.77 75.09 193.79 -
System Red Green Blue C M Y K H S L
Decimal 208 87 22 0 0.58 0.89 0.18 20.97 0.81 0.45
Hex D0 57 16 0 3A 59 12 15 51 2D
Octal 320 127 26 0 72 131 22 25 121 55
Binary 11010000 1010111 10110 0 111010 1011001 10010 10101 1010001 101101

Color Harmonies of #D05716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05716

Black with #D05716

Text Example


Text Example

White with #D05716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05716; }

 p { color: rgb(208,87,22); }

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

background-color css

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

 a { background-color: rgb(208,87,22); }

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

border-color css

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

 span { border-color: rgb(208,87,22); }

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