Html Css Color HEX #D2601B Chocolate

📋 copy color: '#D2601B'

red 210 ◦ green 96 ◦ blue 27

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

Shades of Chocolate #D2601B

Tints of Chocolate #D2601B

RGB

 RED value IS 210 (82.42% from 255) = 63.06%

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

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

R = 63.06%
G = 28.83%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2601B (or 0xD2601B) is known color: Chocolate. HEX triplet: D2, 60 and 1B. RGB value is (210,96,27). Sum of RGB (Red+Green+Blue) = 210+96+27=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D2601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2601B is #2D9FE4. Grayscale: #7A7A7A. Windows color (decimal): -2990053 or 1794258. OLE color: 1794258.

HSL color Cylindrical-coordinate representation of color #D2601B: hue angle of 22.62º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2601B is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 96 27 -
CMYK 0 0.54 0.87 0.18
HSL 22.62º 0.77% 0.46% -
HSV(B) 22.62º 0.87% 0.82% -
XYZ 30.96 22.15 3.68 -
YUV 122.22 74.27 190.61 -
System Red Green Blue C M Y K H S L
Decimal 210 96 27 0 0.54 0.87 0.18 22.62 0.77 0.46
Hex D2 60 1B 0 36 57 12 17 4D 2E
Octal 322 140 33 0 66 127 22 27 115 56
Binary 11010010 1100000 11011 0 110110 1010111 10010 10111 1001101 101110

Color Harmonies of #D2601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2601B

Black with #D2601B

Text Example


Text Example

White with #D2601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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