Html Css Color HEX #D26113 Chocolate

📋 copy color: '#D26113'

red 210 ◦ green 97 ◦ blue 19

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

Shades of Chocolate #D26113

Tints of Chocolate #D26113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 64.42%
G = 29.75%
B = 5.83%

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

#D26113 (or 0xD26113) is known color: Chocolate. HEX triplet: D2, 61 and 13. RGB value is (210,97,19). Sum of RGB (Red+Green+Blue) = 210+97+19=326 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.42% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 210 - color contains mainly: red. Hex color #D26113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26113 is #2D9EEC. Grayscale: #7A7A7A. Windows color (decimal): -2989805 or 1270226. OLE color: 1270226.

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

Color convert

RGB 210 97 19 -
CMYK 0 0.54 0.91 0.18
HSL 24.5º 0.83% 0.45% -
HSV(B) 24.5º 0.91% 0.82% -
XYZ 30.97 22.3 3.29 -
YUV 121.9 69.94 190.84 -
System Red Green Blue C M Y K H S L
Decimal 210 97 19 0 0.54 0.91 0.18 24.5 0.83 0.45
Hex D2 61 13 0 36 5B 12 19 53 2D
Octal 322 141 23 0 66 133 22 31 123 55
Binary 11010010 1100001 10011 0 110110 1011011 10010 11001 1010011 101101

Color Harmonies of #D26113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26113

Black with #D26113

Text Example


Text Example

White with #D26113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26113; }

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

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

background-color css

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

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

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

border-color css

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

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

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