Html Css Color HEX #D0611C Chocolate

📋 copy color: '#D0611C'

red 208 ◦ green 97 ◦ blue 28

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

Shades of Chocolate #D0611C

Tints of Chocolate #D0611C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.41%

R = 62.46%
G = 29.13%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0611C (or 0xD0611C) is known color: Chocolate. HEX triplet: D0, 61 and 1C. RGB value is (208,97,28). Sum of RGB (Red+Green+Blue) = 208+97+28=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0611C is #2F9EE3. Grayscale: #7A7A7A. Windows color (decimal): -3120868 or 1860048. OLE color: 1860048.

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

Color convert

RGB 208 97 28 -
CMYK 0 0.53 0.87 0.18
HSL 23º 0.76% 0.46% -
HSV(B) 23º 0.87% 0.82% -
XYZ 30.5 22.04 3.75 -
YUV 122.32 74.77 189.11 -
System Red Green Blue C M Y K H S L
Decimal 208 97 28 0 0.53 0.87 0.18 23 0.76 0.46
Hex D0 61 1C 0 35 57 12 17 4C 2E
Octal 320 141 34 0 65 127 22 27 114 56
Binary 11010000 1100001 11100 0 110101 1010111 10010 10111 1001100 101110

Color Harmonies of #D0611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0611C

Black with #D0611C

Text Example


Text Example

White with #D0611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0611C; }

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

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

background-color css

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

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

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

border-color css

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

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

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