Html Css Color HEX #D9610F Chocolate

📋 copy color: '#D9610F'

red 217 ◦ green 97 ◦ blue 15

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

Shades of Chocolate #D9610F

Tints of Chocolate #D9610F

RGB

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

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

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

R = 65.96%
G = 29.48%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9610F (or 0xD9610F) is known color: Chocolate. HEX triplet: D9, 61 and 0F. RGB value is (217,97,15). Sum of RGB (Red+Green+Blue) = 217+97+15=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9610F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9610F is #269EF0. Grayscale: #7B7B7B. Windows color (decimal): -2531057 or 1008089. OLE color: 1008089.

HSL color Cylindrical-coordinate representation of color #D9610F: hue angle of 24.36º 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 #D9610F is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 97 15 -
CMYK 0 0.55 0.93 0.15
HSL 24.36º 0.87% 0.45% -
HSV(B) 24.36º 0.93% 0.85% -
XYZ 32.98 23.34 3.22 -
YUV 123.53 66.76 194.67 -
System Red Green Blue C M Y K H S L
Decimal 217 97 15 0 0.55 0.93 0.15 24.36 0.87 0.45
Hex D9 61 F 0 37 5D F 18 57 2D
Octal 331 141 17 0 67 135 17 30 127 55
Binary 11011001 1100001 1111 0 110111 1011101 1111 11000 1010111 101101

Color Harmonies of #D9610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9610F

Black with #D9610F

Text Example


Text Example

White with #D9610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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