Html Css Color HEX #D26A11 Chocolate

📋 copy color: '#D26A11'

red 210 ◦ green 106 ◦ blue 17

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

Shades of Chocolate #D26A11

Tints of Chocolate #D26A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 63.06%
G = 31.83%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D26A11 (or 0xD26A11) is known color: Chocolate. HEX triplet: D2, 6A and 11. RGB value is (210,106,17). Sum of RGB (Red+Green+Blue) = 210+106+17=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D26A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26A11 is #2D95EE. Grayscale: #7F7F7F. Windows color (decimal): -2987503 or 1141458. OLE color: 1141458.

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

Color convert

RGB 210 106 17 -
CMYK 0 0.50 0.92 0.18
HSL 27.67º 0.85% 0.45% -
HSV(B) 27.67º 0.92% 0.82% -
XYZ 31.83 24.05 3.49 -
YUV 126.95 65.96 187.24 -
System Red Green Blue C M Y K H S L
Decimal 210 106 17 0 0.50 0.92 0.18 27.67 0.85 0.45
Hex D2 6A 11 0 32 5C 12 1C 55 2D
Octal 322 152 21 0 62 134 22 34 125 55
Binary 11010010 1101010 10001 0 110010 1011100 10010 11100 1010101 101101

Color Harmonies of #D26A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26A11

Black with #D26A11

Text Example


Text Example

White with #D26A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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