Html Css Color HEX #D26511 Chocolate

📋 copy color: '#D26511'

red 210 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #D26511

Tints of Chocolate #D26511

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

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

R = 64.02%
G = 30.79%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D26511 (or 0xD26511) is known color: Chocolate. HEX triplet: D2, 65 and 11. RGB value is (210,101,17). Sum of RGB (Red+Green+Blue) = 210+101+17=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D26511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26511 is #2D9AEE. Grayscale: #7C7C7C. Windows color (decimal): -2988783 or 1140178. OLE color: 1140178.

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

Color convert

RGB 210 101 17 -
CMYK 0 0.52 0.92 0.18
HSL 26.11º 0.85% 0.45% -
HSV(B) 26.11º 0.92% 0.82% -
XYZ 31.33 23.05 3.33 -
YUV 124.02 67.61 189.33 -
System Red Green Blue C M Y K H S L
Decimal 210 101 17 0 0.52 0.92 0.18 26.11 0.85 0.45
Hex D2 65 11 0 34 5C 12 1A 55 2D
Octal 322 145 21 0 64 134 22 32 125 55
Binary 11010010 1100101 10001 0 110100 1011100 10010 11010 1010101 101101

Color Harmonies of #D26511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26511

Black with #D26511

Text Example


Text Example

White with #D26511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26511; }

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

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

background-color css

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

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

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

border-color css

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

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

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