Html Css Color HEX #D9601A Chocolate

📋 copy color: '#D9601A'

red 217 ◦ green 96 ◦ blue 26

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

Shades of Chocolate #D9601A

Tints of Chocolate #D9601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.67%

R = 64.01%
G = 28.32%
B = 7.67%

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

#D9601A (or 0xD9601A) is known color: Chocolate. HEX triplet: D9, 60 and 1A. RGB value is (217,96,26). Sum of RGB (Red+Green+Blue) = 217+96+26=339 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.01% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 217 - color contains mainly: red. Hex color #D9601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9601A is #269FE5. Grayscale: #7C7C7C. Windows color (decimal): -2531302 or 1728729. OLE color: 1728729.

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

Color convert

RGB 217 96 26 -
CMYK 0 0.56 0.88 0.15
HSL 21.99º 0.79% 0.48% -
HSV(B) 21.99º 0.88% 0.85% -
XYZ 32.98 23.19 3.72 -
YUV 124.2 72.59 194.19 -
System Red Green Blue C M Y K H S L
Decimal 217 96 26 0 0.56 0.88 0.15 21.99 0.79 0.48
Hex D9 60 1A 0 38 58 F 16 4F 30
Octal 331 140 32 0 70 130 17 26 117 60
Binary 11011001 1100000 11010 0 111000 1011000 1111 10110 1001111 110000

Color Harmonies of #D9601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9601A

Black with #D9601A

Text Example


Text Example

White with #D9601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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