Html Css Color HEX #D0700D Chocolate

📋 copy color: '#D0700D'

red 208 ◦ green 112 ◦ blue 13

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

Shades of Chocolate #D0700D

Tints of Chocolate #D0700D

RGB

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

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

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

R = 62.46%
G = 33.63%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0700D (or 0xD0700D) is known color: Chocolate. HEX triplet: D0, 70 and 0D. RGB value is (208,112,13). Sum of RGB (Red+Green+Blue) = 208+112+13=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0700D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0700D is #2F8FF2. Grayscale: #818181. Windows color (decimal): -3117043 or 880848. OLE color: 880848.

HSL color Cylindrical-coordinate representation of color #D0700D: hue angle of 30.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0700D is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 13 -
CMYK 0 0.46 0.94 0.18
HSL 30.46º 0.88% 0.43% -
HSV(B) 30.46º 0.94% 0.82% -
XYZ 31.88 25.03 3.53 -
YUV 129.42 62.3 184.05 -
System Red Green Blue C M Y K H S L
Decimal 208 112 13 0 0.46 0.94 0.18 30.46 0.88 0.43
Hex D0 70 D 0 2E 5E 12 1E 58 2B
Octal 320 160 15 0 56 136 22 36 130 53
Binary 11010000 1110000 1101 0 101110 1011110 10010 11110 1011000 101011

Color Harmonies of #D0700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0700D

Black with #D0700D

Text Example


Text Example

White with #D0700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0700D; }

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

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

background-color css

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

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

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

border-color css

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

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

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