Html Css Color HEX #D26215 Chocolate

📋 copy color: '#D26215'

red 210 ◦ green 98 ◦ blue 21

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

Shades of Chocolate #D26215

Tints of Chocolate #D26215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.38%

R = 63.83%
G = 29.79%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D26215 (or 0xD26215) is known color: Chocolate. HEX triplet: D2, 62 and 15. RGB value is (210,98,21). Sum of RGB (Red+Green+Blue) = 210+98+21=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D26215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26215 is #2D9DEA. Grayscale: #7B7B7B. Windows color (decimal): -2989547 or 1401554. OLE color: 1401554.

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

Color convert

RGB 210 98 21 -
CMYK 0 0.53 0.90 0.18
HSL 24.44º 0.82% 0.45% -
HSV(B) 24.44º 0.9% 0.82% -
XYZ 31.08 22.49 3.41 -
YUV 122.71 70.61 190.26 -
System Red Green Blue C M Y K H S L
Decimal 210 98 21 0 0.53 0.90 0.18 24.44 0.82 0.45
Hex D2 62 15 0 35 5A 12 18 52 2D
Octal 322 142 25 0 65 132 22 30 122 55
Binary 11010010 1100010 10101 0 110101 1011010 10010 11000 1010010 101101

Color Harmonies of #D26215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26215

Black with #D26215

Text Example


Text Example

White with #D26215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26215; }

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

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

background-color css

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

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

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

border-color css

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

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

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