Html Css Color HEX #D26A15 Chocolate

📋 copy color: '#D26A15'

red 210 ◦ green 106 ◦ blue 21

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

Shades of Chocolate #D26A15

Tints of Chocolate #D26A15

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.45%

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

R = 62.31%
G = 31.45%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D26A15 (or 0xD26A15) is known color: Chocolate. HEX triplet: D2, 6A and 15. RGB value is (210,106,21). Sum of RGB (Red+Green+Blue) = 210+106+21=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26A15 is #2D95EA. Grayscale: #7F7F7F. Windows color (decimal): -2987499 or 1403602. OLE color: 1403602.

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

Color convert

RGB 210 106 21 -
CMYK 0 0.50 0.90 0.18
HSL 26.98º 0.82% 0.45% -
HSV(B) 26.98º 0.9% 0.82% -
XYZ 31.87 24.06 3.67 -
YUV 127.41 67.96 186.91 -
System Red Green Blue C M Y K H S L
Decimal 210 106 21 0 0.50 0.90 0.18 26.98 0.82 0.45
Hex D2 6A 15 0 32 5A 12 1B 52 2D
Octal 322 152 25 0 62 132 22 33 122 55
Binary 11010010 1101010 10101 0 110010 1011010 10010 11011 1010010 101101

Color Harmonies of #D26A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26A15

Black with #D26A15

Text Example


Text Example

White with #D26A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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