Html Css Color HEX #D0611D Chocolate

📋 copy color: '#D0611D'

red 208 ◦ green 97 ◦ blue 29

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

Shades of Chocolate #D0611D

Tints of Chocolate #D0611D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

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

R = 62.28%
G = 29.04%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0611D (or 0xD0611D) is known color: Chocolate. HEX triplet: D0, 61 and 1D. RGB value is (208,97,29). Sum of RGB (Red+Green+Blue) = 208+97+29=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0611D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0611D is #2F9EE2. Grayscale: #7A7A7A. Windows color (decimal): -3120867 or 1925584. OLE color: 1925584.

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

Color convert

RGB 208 97 29 -
CMYK 0 0.53 0.86 0.18
HSL 22.79º 0.76% 0.46% -
HSV(B) 22.79º 0.86% 0.82% -
XYZ 30.51 22.05 3.81 -
YUV 122.44 75.27 189.03 -
System Red Green Blue C M Y K H S L
Decimal 208 97 29 0 0.53 0.86 0.18 22.79 0.76 0.46
Hex D0 61 1D 0 35 56 12 17 4C 2E
Octal 320 141 35 0 65 126 22 27 114 56
Binary 11010000 1100001 11101 0 110101 1010110 10010 10111 1001100 101110

Color Harmonies of #D0611D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0611D

Black with #D0611D

Text Example


Text Example

White with #D0611D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0611D; }

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

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

background-color css

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

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

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

border-color css

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

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

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