Html Css Color HEX #D9640F Chocolate

📋 copy color: '#D9640F'

red 217 ◦ green 100 ◦ blue 15

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

Shades of Chocolate #D9640F

Tints of Chocolate #D9640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 65.36%
G = 30.12%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9640F (or 0xD9640F) is known color: Chocolate. HEX triplet: D9, 64 and 0F. RGB value is (217,100,15). Sum of RGB (Red+Green+Blue) = 217+100+15=332 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.36% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 217 - color contains mainly: red. Hex color #D9640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9640F is #269BF0. Grayscale: #7D7D7D. Windows color (decimal): -2530289 or 1008857. OLE color: 1008857.

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

Color convert

RGB 217 100 15 -
CMYK 0 0.54 0.93 0.15
HSL 25.25º 0.87% 0.45% -
HSV(B) 25.25º 0.93% 0.85% -
XYZ 33.26 23.9 3.31 -
YUV 125.29 65.76 193.41 -
System Red Green Blue C M Y K H S L
Decimal 217 100 15 0 0.54 0.93 0.15 25.25 0.87 0.45
Hex D9 64 F 0 36 5D F 19 57 2D
Octal 331 144 17 0 66 135 17 31 127 55
Binary 11011001 1100100 1111 0 110110 1011101 1111 11001 1010111 101101

Color Harmonies of #D9640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9640F

Black with #D9640F

Text Example


Text Example

White with #D9640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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