Html Css Color HEX #D26013 Chocolate

📋 copy color: '#D26013'

red 210 ◦ green 96 ◦ blue 19

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

Shades of Chocolate #D26013

Tints of Chocolate #D26013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 64.62%
G = 29.54%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D26013 (or 0xD26013) is known color: Chocolate. HEX triplet: D2, 60 and 13. RGB value is (210,96,19). Sum of RGB (Red+Green+Blue) = 210+96+19=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D26013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26013 is #2D9FEC. Grayscale: #797979. Windows color (decimal): -2990061 or 1269970. OLE color: 1269970.

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

Color convert

RGB 210 96 19 -
CMYK 0 0.54 0.91 0.18
HSL 24.19º 0.83% 0.45% -
HSV(B) 24.19º 0.91% 0.82% -
XYZ 30.88 22.11 3.26 -
YUV 121.31 70.27 191.26 -
System Red Green Blue C M Y K H S L
Decimal 210 96 19 0 0.54 0.91 0.18 24.19 0.83 0.45
Hex D2 60 13 0 36 5B 12 18 53 2D
Octal 322 140 23 0 66 133 22 30 123 55
Binary 11010010 1100000 10011 0 110110 1011011 10010 11000 1010011 101101

Color Harmonies of #D26013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26013

Black with #D26013

Text Example


Text Example

White with #D26013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26013; }

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

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

background-color css

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

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

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

border-color css

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

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

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