Html Css Color HEX #D26E13 Chocolate

📋 copy color: '#D26E13'

red 210 ◦ green 110 ◦ blue 19

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

Shades of Chocolate #D26E13

Tints of Chocolate #D26E13

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.45%

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 61.95%
G = 32.45%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D26E13 (or 0xD26E13) is known color: Chocolate. HEX triplet: D2, 6E and 13. RGB value is (210,110,19). Sum of RGB (Red+Green+Blue) = 210+110+19=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26E13 is #2D91EC. Grayscale: #818181. Windows color (decimal): -2986477 or 1273554. OLE color: 1273554.

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

Color convert

RGB 210 110 19 -
CMYK 0 0.48 0.91 0.18
HSL 28.59º 0.83% 0.45% -
HSV(B) 28.59º 0.91% 0.82% -
XYZ 32.27 24.9 3.72 -
YUV 129.53 65.63 185.4 -
System Red Green Blue C M Y K H S L
Decimal 210 110 19 0 0.48 0.91 0.18 28.59 0.83 0.45
Hex D2 6E 13 0 30 5B 12 1D 53 2D
Octal 322 156 23 0 60 133 22 35 123 55
Binary 11010010 1101110 10011 0 110000 1011011 10010 11101 1010011 101101

Color Harmonies of #D26E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26E13

Black with #D26E13

Text Example


Text Example

White with #D26E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26E13; }

 p { color: rgb(210,110,19); }

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

background-color css

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

 a { background-color: rgb(210,110,19); }

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

border-color css

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

 span { border-color: rgb(210,110,19); }

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