Html Css Color HEX #D7601A Chocolate

📋 copy color: '#D7601A'

red 215 ◦ green 96 ◦ blue 26

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

Shades of Chocolate #D7601A

Tints of Chocolate #D7601A

RGB

 RED value IS 215 (84.38% from 255) = 63.8%

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

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

R = 63.8%
G = 28.49%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7601A (or 0xD7601A) is known color: Chocolate. HEX triplet: D7, 60 and 1A. RGB value is (215,96,26). Sum of RGB (Red+Green+Blue) = 215+96+26=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D7601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7601A is #289FE5. Grayscale: #7C7C7C. Windows color (decimal): -2662374 or 1728727. OLE color: 1728727.

HSL color Cylindrical-coordinate representation of color #D7601A: hue angle of 22.22º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7601A is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 96 26 -
CMYK 0 0.55 0.88 0.16
HSL 22.22º 0.78% 0.47% -
HSV(B) 22.22º 0.88% 0.84% -
XYZ 32.39 22.89 3.69 -
YUV 123.6 72.92 193.19 -
System Red Green Blue C M Y K H S L
Decimal 215 96 26 0 0.55 0.88 0.16 22.22 0.78 0.47
Hex D7 60 1A 0 37 58 10 16 4E 2F
Octal 327 140 32 0 67 130 20 26 116 57
Binary 11010111 1100000 11010 0 110111 1011000 10000 10110 1001110 101111

Color Harmonies of #D7601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7601A

Black with #D7601A

Text Example


Text Example

White with #D7601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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