Html Css Color HEX #D9610D Chocolate

📋 copy color: '#D9610D'

red 217 ◦ green 97 ◦ blue 13

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

Shades of Chocolate #D9610D

Tints of Chocolate #D9610D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 66.36%
G = 29.66%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9610D (or 0xD9610D) is known color: Chocolate. HEX triplet: D9, 61 and 0D. RGB value is (217,97,13). Sum of RGB (Red+Green+Blue) = 217+97+13=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9610D is #269EF2. Grayscale: #7B7B7B. Windows color (decimal): -2531059 or 877017. OLE color: 877017.

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

Color convert

RGB 217 97 13 -
CMYK 0 0.55 0.94 0.15
HSL 24.71º 0.89% 0.45% -
HSV(B) 24.71º 0.94% 0.85% -
XYZ 32.96 23.33 3.15 -
YUV 123.3 65.76 194.83 -
System Red Green Blue C M Y K H S L
Decimal 217 97 13 0 0.55 0.94 0.15 24.71 0.89 0.45
Hex D9 61 D 0 37 5E F 19 59 2D
Octal 331 141 15 0 67 136 17 31 131 55
Binary 11011001 1100001 1101 0 110111 1011110 1111 11001 1011001 101101

Color Harmonies of #D9610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9610D

Black with #D9610D

Text Example


Text Example

White with #D9610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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