Html Css Color HEX #D5700D Chocolate

📋 copy color: '#D5700D'

red 213 ◦ green 112 ◦ blue 13

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

Shades of Chocolate #D5700D

Tints of Chocolate #D5700D

RGB

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

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

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

R = 63.02%
G = 33.14%
B = 3.85%

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

#D5700D (or 0xD5700D) is known color: Chocolate. HEX triplet: D5, 70 and 0D. RGB value is (213,112,13). Sum of RGB (Red+Green+Blue) = 213+112+13=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5700D is #2A8FF2. Grayscale: #838383. Windows color (decimal): -2789363 or 880853. OLE color: 880853.

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

Color convert

RGB 213 112 13 -
CMYK 0 0.47 0.94 0.16
HSL 29.7º 0.88% 0.44% -
HSV(B) 29.7º 0.94% 0.84% -
XYZ 33.31 25.76 3.6 -
YUV 130.91 61.46 186.55 -
System Red Green Blue C M Y K H S L
Decimal 213 112 13 0 0.47 0.94 0.16 29.7 0.88 0.44
Hex D5 70 D 0 2F 5E 10 1E 58 2C
Octal 325 160 15 0 57 136 20 36 130 54
Binary 11010101 1110000 1101 0 101111 1011110 10000 11110 1011000 101100

Color Harmonies of #D5700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5700D

Black with #D5700D

Text Example


Text Example

White with #D5700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5700D; }

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

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

background-color css

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

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

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

border-color css

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

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

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