Html Css Color HEX #D9611C Chocolate

📋 copy color: '#D9611C'

red 217 ◦ green 97 ◦ blue 28

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

Shades of Chocolate #D9611C

Tints of Chocolate #D9611C

RGB

 RED value IS 217 (85.16% from 255) = 63.45%

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

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

R = 63.45%
G = 28.36%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9611C (or 0xD9611C) is known color: Chocolate. HEX triplet: D9, 61 and 1C. RGB value is (217,97,28). Sum of RGB (Red+Green+Blue) = 217+97+28=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D9611C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9611C is #269EE3. Grayscale: #7D7D7D. Windows color (decimal): -2531044 or 1860057. OLE color: 1860057.

HSL color Cylindrical-coordinate representation of color #D9611C: hue angle of 21.9º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D9611C is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 28 -
CMYK 0 0.55 0.87 0.15
HSL 21.9º 0.77% 0.48% -
HSV(B) 21.9º 0.87% 0.85% -
XYZ 33.1 23.38 3.87 -
YUV 125.01 73.26 193.61 -
System Red Green Blue C M Y K H S L
Decimal 217 97 28 0 0.55 0.87 0.15 21.9 0.77 0.48
Hex D9 61 1C 0 37 57 F 16 4D 30
Octal 331 141 34 0 67 127 17 26 115 60
Binary 11011001 1100001 11100 0 110111 1010111 1111 10110 1001101 110000

Color Harmonies of #D9611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9611C

Black with #D9611C

Text Example


Text Example

White with #D9611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9611C; }

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

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

background-color css

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

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

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

border-color css

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

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

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