Html Css Color HEX #D7710D Chocolate

📋 copy color: '#D7710D'

red 215 ◦ green 113 ◦ blue 13

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

Shades of Chocolate #D7710D

Tints of Chocolate #D7710D

RGB

 RED value IS 215 (84.38% from 255) = 63.05%

 GREEN value IS 113 (44.53% from 255) = 33.14%

 BLUE value IS 13 (5.47% from 255) = 3.81%

R = 63.05%
G = 33.14%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7710D (or 0xD7710D) is known color: Chocolate. HEX triplet: D7, 71 and 0D. RGB value is (215,113,13). Sum of RGB (Red+Green+Blue) = 215+113+13=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7710D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7710D is #288EF2. Grayscale: #848484. Windows color (decimal): -2658035 or 881111. OLE color: 881111.

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

Color convert

RGB 215 113 13 -
CMYK 0 0.47 0.94 0.16
HSL 29.7º 0.89% 0.45% -
HSV(B) 29.7º 0.94% 0.84% -
XYZ 34 26.29 3.66 -
YUV 132.1 60.79 187.13 -
System Red Green Blue C M Y K H S L
Decimal 215 113 13 0 0.47 0.94 0.16 29.7 0.89 0.45
Hex D7 71 D 0 2F 5E 10 1E 59 2D
Octal 327 161 15 0 57 136 20 36 131 55
Binary 11010111 1110001 1101 0 101111 1011110 10000 11110 1011001 101101

Color Harmonies of #D7710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7710D

Black with #D7710D

Text Example


Text Example

White with #D7710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7710D; }

 p { color: rgb(215,113,13); }

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

background-color css

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

 a { background-color: rgb(215,113,13); }

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

border-color css

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

 span { border-color: rgb(215,113,13); }

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