Html Css Color HEX #D9601B Chocolate

📋 copy color: '#D9601B'

red 217 ◦ green 96 ◦ blue 27

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

Shades of Chocolate #D9601B

Tints of Chocolate #D9601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.24%

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

R = 63.82%
G = 28.24%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9601B (or 0xD9601B) is known color: Chocolate. HEX triplet: D9, 60 and 1B. RGB value is (217,96,27). Sum of RGB (Red+Green+Blue) = 217+96+27=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D9601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9601B is #269FE4. Grayscale: #7C7C7C. Windows color (decimal): -2531301 or 1794265. OLE color: 1794265.

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

Color convert

RGB 217 96 27 -
CMYK 0 0.56 0.88 0.15
HSL 21.79º 0.78% 0.48% -
HSV(B) 21.79º 0.88% 0.85% -
XYZ 33 23.2 3.78 -
YUV 124.31 73.09 194.11 -
System Red Green Blue C M Y K H S L
Decimal 217 96 27 0 0.56 0.88 0.15 21.79 0.78 0.48
Hex D9 60 1B 0 38 58 F 16 4E 30
Octal 331 140 33 0 70 130 17 26 116 60
Binary 11011001 1100000 11011 0 111000 1011000 1111 10110 1001110 110000

Color Harmonies of #D9601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9601B

Black with #D9601B

Text Example


Text Example

White with #D9601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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