Html Css Color HEX #D0701E Chocolate

📋 copy color: '#D0701E'

red 208 ◦ green 112 ◦ blue 30

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

Shades of Chocolate #D0701E

Tints of Chocolate #D0701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 59.43%
G = 32%
B = 8.57%

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

#D0701E (or 0xD0701E) is known color: Chocolate. HEX triplet: D0, 70 and 1E. RGB value is (208,112,30). Sum of RGB (Red+Green+Blue) = 208+112+30=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0701E is #2F8FE1. Grayscale: #838383. Windows color (decimal): -3117026 or 1994960. OLE color: 1994960.

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

Color convert

RGB 208 112 30 -
CMYK 0 0.46 0.86 0.18
HSL 27.64º 0.75% 0.47% -
HSV(B) 27.64º 0.86% 0.82% -
XYZ 32.04 25.09 4.38 -
YUV 131.36 70.8 182.67 -
System Red Green Blue C M Y K H S L
Decimal 208 112 30 0 0.46 0.86 0.18 27.64 0.75 0.47
Hex D0 70 1E 0 2E 56 12 1C 4B 2F
Octal 320 160 36 0 56 126 22 34 113 57
Binary 11010000 1110000 11110 0 101110 1010110 10010 11100 1001011 101111

Color Harmonies of #D0701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0701E

Black with #D0701E

Text Example


Text Example

White with #D0701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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