Html Css Color HEX #D26311 Chocolate

📋 copy color: '#D26311'

red 210 ◦ green 99 ◦ blue 17

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

Shades of Chocolate #D26311

Tints of Chocolate #D26311

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.37%

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

R = 64.42%
G = 30.37%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D26311 (or 0xD26311) is known color: Chocolate. HEX triplet: D2, 63 and 11. RGB value is (210,99,17). Sum of RGB (Red+Green+Blue) = 210+99+17=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D26311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26311 is #2D9CEE. Grayscale: #7B7B7B. Windows color (decimal): -2989295 or 1139666. OLE color: 1139666.

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

Color convert

RGB 210 99 17 -
CMYK 0 0.53 0.92 0.18
HSL 25.49º 0.85% 0.45% -
HSV(B) 25.49º 0.92% 0.82% -
XYZ 31.14 22.67 3.26 -
YUV 122.84 68.27 190.17 -
System Red Green Blue C M Y K H S L
Decimal 210 99 17 0 0.53 0.92 0.18 25.49 0.85 0.45
Hex D2 63 11 0 35 5C 12 19 55 2D
Octal 322 143 21 0 65 134 22 31 125 55
Binary 11010010 1100011 10001 0 110101 1011100 10010 11001 1010101 101101

Color Harmonies of #D26311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26311

Black with #D26311

Text Example


Text Example

White with #D26311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26311; }

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

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

background-color css

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

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

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

border-color css

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

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

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