Html Css Color HEX #D7601B Chocolate

📋 copy color: '#D7601B'

red 215 ◦ green 96 ◦ blue 27

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

Shades of Chocolate #D7601B

Tints of Chocolate #D7601B

RGB

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

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

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

R = 63.61%
G = 28.4%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7601B (or 0xD7601B) is known color: Chocolate. HEX triplet: D7, 60 and 1B. RGB value is (215,96,27). Sum of RGB (Red+Green+Blue) = 215+96+27=338 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.61% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 215 - color contains mainly: red. Hex color #D7601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7601B is #289FE4. Grayscale: #7C7C7C. Windows color (decimal): -2662373 or 1794263. OLE color: 1794263.

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

Color convert

RGB 215 96 27 -
CMYK 0 0.55 0.87 0.16
HSL 22.02º 0.78% 0.47% -
HSV(B) 22.02º 0.87% 0.84% -
XYZ 32.41 22.89 3.75 -
YUV 123.72 73.42 193.11 -
System Red Green Blue C M Y K H S L
Decimal 215 96 27 0 0.55 0.87 0.16 22.02 0.78 0.47
Hex D7 60 1B 0 37 57 10 16 4E 2F
Octal 327 140 33 0 67 127 20 26 116 57
Binary 11010111 1100000 11011 0 110111 1010111 10000 10110 1001110 101111

Color Harmonies of #D7601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7601B

Black with #D7601B

Text Example


Text Example

White with #D7601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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