Html Css Color HEX #D9641F Chocolate

📋 copy color: '#D9641F'

red 217 ◦ green 100 ◦ blue 31

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

Shades of Chocolate #D9641F

Tints of Chocolate #D9641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 62.36%
G = 28.74%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9641F (or 0xD9641F) is known color: Chocolate. HEX triplet: D9, 64 and 1F. RGB value is (217,100,31). Sum of RGB (Red+Green+Blue) = 217+100+31=348 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.36% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 217 - color contains mainly: red. Hex color #D9641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9641F is #269BE0. Grayscale: #7F7F7F. Windows color (decimal): -2530273 or 2057433. OLE color: 2057433.

HSL color Cylindrical-coordinate representation of color #D9641F: hue angle of 22.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D9641F is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 100 31 -
CMYK 0 0.54 0.86 0.15
HSL 22.26º 0.75% 0.49% -
HSV(B) 22.26º 0.86% 0.85% -
XYZ 33.42 23.96 4.16 -
YUV 127.12 73.76 192.11 -
System Red Green Blue C M Y K H S L
Decimal 217 100 31 0 0.54 0.86 0.15 22.26 0.75 0.49
Hex D9 64 1F 0 36 56 F 16 4B 31
Octal 331 144 37 0 66 126 17 26 113 61
Binary 11011001 1100100 11111 0 110110 1010110 1111 10110 1001011 110001

Color Harmonies of #D9641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9641F

Black with #D9641F

Text Example


Text Example

White with #D9641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9641F; }

 p { color: rgb(217,100,31); }

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

background-color css

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

 a { background-color: rgb(217,100,31); }

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

border-color css

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

 span { border-color: rgb(217,100,31); }

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