Html Css Color HEX #D26221 Chocolate

📋 copy color: '#D26221'

red 210 ◦ green 98 ◦ blue 33

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

Shades of Chocolate #D26221

Tints of Chocolate #D26221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.74%

 BLUE value IS 33 (13.28% from 255) = 9.68%

R = 61.58%
G = 28.74%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D26221 (or 0xD26221) is known color: Chocolate. HEX triplet: D2, 62 and 21. RGB value is (210,98,33). Sum of RGB (Red+Green+Blue) = 210+98+33=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D26221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26221 is #2D9DDE. Grayscale: #7C7C7C. Windows color (decimal): -2989535 or 2187986. OLE color: 2187986.

HSL color Cylindrical-coordinate representation of color #D26221: hue angle of 22.03º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D26221 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 98 33 -
CMYK 0 0.53 0.84 0.18
HSL 22.03º 0.73% 0.48% -
HSV(B) 22.03º 0.84% 0.82% -
XYZ 31.22 22.55 4.15 -
YUV 124.08 76.61 189.29 -
System Red Green Blue C M Y K H S L
Decimal 210 98 33 0 0.53 0.84 0.18 22.03 0.73 0.48
Hex D2 62 21 0 35 54 12 16 49 30
Octal 322 142 41 0 65 124 22 26 111 60
Binary 11010010 1100010 100001 0 110101 1010100 10010 10110 1001001 110000

Color Harmonies of #D26221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26221

Black with #D26221

Text Example


Text Example

White with #D26221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26221; }

 p { color: rgb(210,98,33); }

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

background-color css

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

 a { background-color: rgb(210,98,33); }

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

border-color css

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

 span { border-color: rgb(210,98,33); }

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