Html Css Color HEX #D26220 Chocolate

📋 copy color: '#D26220'

red 210 ◦ green 98 ◦ blue 32

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

Shades of Chocolate #D26220

Tints of Chocolate #D26220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.41%

R = 61.76%
G = 28.82%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D26220 (or 0xD26220) is known color: Chocolate. HEX triplet: D2, 62 and 20. RGB value is (210,98,32). Sum of RGB (Red+Green+Blue) = 210+98+32=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D26220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26220 is #2D9DDF. Grayscale: #7C7C7C. Windows color (decimal): -2989536 or 2122450. OLE color: 2122450.

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

Color convert

RGB 210 98 32 -
CMYK 0 0.53 0.85 0.18
HSL 22.25º 0.74% 0.47% -
HSV(B) 22.25º 0.85% 0.82% -
XYZ 31.21 22.54 4.07 -
YUV 123.96 76.11 189.37 -
System Red Green Blue C M Y K H S L
Decimal 210 98 32 0 0.53 0.85 0.18 22.25 0.74 0.47
Hex D2 62 20 0 35 55 12 16 4A 2F
Octal 322 142 40 0 65 125 22 26 112 57
Binary 11010010 1100010 100000 0 110101 1010101 10010 10110 1001010 101111

Color Harmonies of #D26220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26220

Black with #D26220

Text Example


Text Example

White with #D26220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26220; }

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

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

background-color css

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

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

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

border-color css

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

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

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