Html Css Color HEX #D7700D Chocolate

📋 copy color: '#D7700D'

red 215 ◦ green 112 ◦ blue 13

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

Shades of Chocolate #D7700D

Tints of Chocolate #D7700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

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

R = 63.24%
G = 32.94%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7700D (or 0xD7700D) is known color: Chocolate. HEX triplet: D7, 70 and 0D. RGB value is (215,112,13). Sum of RGB (Red+Green+Blue) = 215+112+13=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D7700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7700D is #288FF2. Grayscale: #848484. Windows color (decimal): -2658291 or 880855. OLE color: 880855.

HSL color Cylindrical-coordinate representation of color #D7700D: hue angle of 29.41º 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 #D7700D is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 13 -
CMYK 0 0.48 0.94 0.16
HSL 29.41º 0.89% 0.45% -
HSV(B) 29.41º 0.94% 0.84% -
XYZ 33.89 26.06 3.63 -
YUV 131.51 61.12 187.55 -
System Red Green Blue C M Y K H S L
Decimal 215 112 13 0 0.48 0.94 0.16 29.41 0.89 0.45
Hex D7 70 D 0 30 5E 10 1D 59 2D
Octal 327 160 15 0 60 136 20 35 131 55
Binary 11010111 1110000 1101 0 110000 1011110 10000 11101 1011001 101101

Color Harmonies of #D7700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7700D

Black with #D7700D

Text Example


Text Example

White with #D7700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7700D; }

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

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

background-color css

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

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

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

border-color css

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

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

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