Html Css Color HEX #D26313 Chocolate

📋 copy color: '#D26313'

red 210 ◦ green 99 ◦ blue 19

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

Shades of Chocolate #D26313

Tints of Chocolate #D26313

RGB

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

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

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

R = 64.02%
G = 30.18%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D26313 (or 0xD26313) is known color: Chocolate. HEX triplet: D2, 63 and 13. RGB value is (210,99,19). Sum of RGB (Red+Green+Blue) = 210+99+19=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D26313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26313 is #2D9CEC. Grayscale: #7B7B7B. Windows color (decimal): -2989293 or 1270738. OLE color: 1270738.

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

Color convert

RGB 210 99 19 -
CMYK 0 0.53 0.91 0.18
HSL 25.13º 0.83% 0.45% -
HSV(B) 25.13º 0.91% 0.82% -
XYZ 31.16 22.67 3.35 -
YUV 123.07 69.27 190 -
System Red Green Blue C M Y K H S L
Decimal 210 99 19 0 0.53 0.91 0.18 25.13 0.83 0.45
Hex D2 63 13 0 35 5B 12 19 53 2D
Octal 322 143 23 0 65 133 22 31 123 55
Binary 11010010 1100011 10011 0 110101 1011011 10010 11001 1010011 101101

Color Harmonies of #D26313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26313

Black with #D26313

Text Example


Text Example

White with #D26313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26313; }

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

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

background-color css

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

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

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

border-color css

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

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

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