Html Css Color HEX #D0701D Chocolate

📋 copy color: '#D0701D'

red 208 ◦ green 112 ◦ blue 29

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

Shades of Chocolate #D0701D

Tints of Chocolate #D0701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.31%

R = 59.6%
G = 32.09%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0701D (or 0xD0701D) is known color: Chocolate. HEX triplet: D0, 70 and 1D. RGB value is (208,112,29). Sum of RGB (Red+Green+Blue) = 208+112+29=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0701D is #2F8FE2. Grayscale: #838383. Windows color (decimal): -3117027 or 1929424. OLE color: 1929424.

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

Color convert

RGB 208 112 29 -
CMYK 0 0.46 0.86 0.18
HSL 27.82º 0.76% 0.46% -
HSV(B) 27.82º 0.86% 0.82% -
XYZ 32.03 25.09 4.32 -
YUV 131.24 70.3 182.75 -
System Red Green Blue C M Y K H S L
Decimal 208 112 29 0 0.46 0.86 0.18 27.82 0.76 0.46
Hex D0 70 1D 0 2E 56 12 1C 4C 2E
Octal 320 160 35 0 56 126 22 34 114 56
Binary 11010000 1110000 11101 0 101110 1010110 10010 11100 1001100 101110

Color Harmonies of #D0701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0701D

Black with #D0701D

Text Example


Text Example

White with #D0701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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