Html Css Color HEX #D9611B Chocolate

📋 copy color: '#D9611B'

red 217 ◦ green 97 ◦ blue 27

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

Shades of Chocolate #D9611B

Tints of Chocolate #D9611B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.92%

R = 63.64%
G = 28.45%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9611B (or 0xD9611B) is known color: Chocolate. HEX triplet: D9, 61 and 1B. RGB value is (217,97,27). Sum of RGB (Red+Green+Blue) = 217+97+27=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D9611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9611B is #269EE4. Grayscale: #7D7D7D. Windows color (decimal): -2531045 or 1794521. OLE color: 1794521.

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

Color convert

RGB 217 97 27 -
CMYK 0 0.55 0.88 0.15
HSL 22.11º 0.78% 0.48% -
HSV(B) 22.11º 0.88% 0.85% -
XYZ 33.09 23.38 3.81 -
YUV 124.9 72.76 193.69 -
System Red Green Blue C M Y K H S L
Decimal 217 97 27 0 0.55 0.88 0.15 22.11 0.78 0.48
Hex D9 61 1B 0 37 58 F 16 4E 30
Octal 331 141 33 0 67 130 17 26 116 60
Binary 11011001 1100001 11011 0 110111 1011000 1111 10110 1001110 110000

Color Harmonies of #D9611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9611B

Black with #D9611B

Text Example


Text Example

White with #D9611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9611B; }

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

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

background-color css

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

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

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

border-color css

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

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

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