Html Css Color HEX #D0601E Chocolate

📋 copy color: '#D0601E'

red 208 ◦ green 96 ◦ blue 30

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

Shades of Chocolate #D0601E

Tints of Chocolate #D0601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

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

R = 62.28%
G = 28.74%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0601E (or 0xD0601E) is known color: Chocolate. HEX triplet: D0, 60 and 1E. RGB value is (208,96,30). Sum of RGB (Red+Green+Blue) = 208+96+30=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0601E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0601E is #2F9FE1. Grayscale: #7A7A7A. Windows color (decimal): -3121122 or 1990864. OLE color: 1990864.

HSL color Cylindrical-coordinate representation of color #D0601E: hue angle of 22.25º 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 #D0601E is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 30 -
CMYK 0 0.54 0.86 0.18
HSL 22.25º 0.75% 0.47% -
HSV(B) 22.25º 0.86% 0.82% -
XYZ 30.43 21.87 3.85 -
YUV 121.96 76.11 189.37 -
System Red Green Blue C M Y K H S L
Decimal 208 96 30 0 0.54 0.86 0.18 22.25 0.75 0.47
Hex D0 60 1E 0 36 56 12 16 4B 2F
Octal 320 140 36 0 66 126 22 26 113 57
Binary 11010000 1100000 11110 0 110110 1010110 10010 10110 1001011 101111

Color Harmonies of #D0601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0601E

Black with #D0601E

Text Example


Text Example

White with #D0601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0601E; }

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

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

background-color css

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

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

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

border-color css

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

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

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