Html Css Color HEX #D26421 Chocolate

📋 copy color: '#D26421'

red 210 ◦ green 100 ◦ blue 33

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

Shades of Chocolate #D26421

Tints of Chocolate #D26421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.15%

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

R = 61.22%
G = 29.15%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D26421 (or 0xD26421) is known color: Chocolate. HEX triplet: D2, 64 and 21. RGB value is (210,100,33). Sum of RGB (Red+Green+Blue) = 210+100+33=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D26421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D26421 is #2D9BDE. Grayscale: #7D7D7D. Windows color (decimal): -2989023 or 2188498. OLE color: 2188498.

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

Color convert

RGB 210 100 33 -
CMYK 0 0.52 0.84 0.18
HSL 22.71º 0.73% 0.48% -
HSV(B) 22.71º 0.84% 0.82% -
XYZ 31.41 22.93 4.21 -
YUV 125.25 75.94 188.45 -
System Red Green Blue C M Y K H S L
Decimal 210 100 33 0 0.52 0.84 0.18 22.71 0.73 0.48
Hex D2 64 21 0 34 54 12 17 49 30
Octal 322 144 41 0 64 124 22 27 111 60
Binary 11010010 1100100 100001 0 110100 1010100 10010 10111 1001001 110000

Color Harmonies of #D26421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26421

Black with #D26421

Text Example


Text Example

White with #D26421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26421; }

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

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

background-color css

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

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

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

border-color css

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

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

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