Html Css Color HEX #D26821 Chocolate

📋 copy color: '#D26821'

red 210 ◦ green 104 ◦ blue 33

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

Shades of Chocolate #D26821

Tints of Chocolate #D26821

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

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

R = 60.52%
G = 29.97%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D26821 (or 0xD26821) is known color: Chocolate. HEX triplet: D2, 68 and 21. RGB value is (210,104,33). Sum of RGB (Red+Green+Blue) = 210+104+33=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D26821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26821 is #2D97DE. Grayscale: #7F7F7F. Windows color (decimal): -2987999 or 2189522. OLE color: 2189522.

HSL color Cylindrical-coordinate representation of color #D26821: hue angle of 24.07º 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 #D26821 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 104 33 -
CMYK 0 0.50 0.84 0.18
HSL 24.07º 0.73% 0.48% -
HSV(B) 24.07º 0.84% 0.82% -
XYZ 31.8 23.71 4.34 -
YUV 127.6 74.62 186.77 -
System Red Green Blue C M Y K H S L
Decimal 210 104 33 0 0.50 0.84 0.18 24.07 0.73 0.48
Hex D2 68 21 0 32 54 12 18 49 30
Octal 322 150 41 0 62 124 22 30 111 60
Binary 11010010 1101000 100001 0 110010 1010100 10010 11000 1001001 110000

Color Harmonies of #D26821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26821

Black with #D26821

Text Example


Text Example

White with #D26821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26821; }

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

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

background-color css

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

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

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

border-color css

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

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

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