Html Css Color HEX #D2601A Chocolate

📋 copy color: '#D2601A'

red 210 ◦ green 96 ◦ blue 26

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

Shades of Chocolate #D2601A

Tints of Chocolate #D2601A

RGB

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

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

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

R = 63.25%
G = 28.92%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D2601A (or 0xD2601A) is known color: Chocolate. HEX triplet: D2, 60 and 1A. RGB value is (210,96,26). Sum of RGB (Red+Green+Blue) = 210+96+26=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D2601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2601A is #2D9FE5. Grayscale: #7A7A7A. Windows color (decimal): -2990054 or 1728722. OLE color: 1728722.

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

Color convert

RGB 210 96 26 -
CMYK 0 0.54 0.88 0.18
HSL 22.83º 0.78% 0.46% -
HSV(B) 22.83º 0.88% 0.82% -
XYZ 30.95 22.14 3.62 -
YUV 122.11 73.77 190.69 -
System Red Green Blue C M Y K H S L
Decimal 210 96 26 0 0.54 0.88 0.18 22.83 0.78 0.46
Hex D2 60 1A 0 36 58 12 17 4E 2E
Octal 322 140 32 0 66 130 22 27 116 56
Binary 11010010 1100000 11010 0 110110 1011000 10010 10111 1001110 101110

Color Harmonies of #D2601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2601A

Black with #D2601A

Text Example


Text Example

White with #D2601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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