Html Css Color HEX #D26112 Chocolate

📋 copy color: '#D26112'

red 210 ◦ green 97 ◦ blue 18

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

Shades of Chocolate #D26112

Tints of Chocolate #D26112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 64.62%
G = 29.85%
B = 5.54%

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

#D26112 (or 0xD26112) is known color: Chocolate. HEX triplet: D2, 61 and 12. RGB value is (210,97,18). Sum of RGB (Red+Green+Blue) = 210+97+18=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D26112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26112 is #2D9EED. Grayscale: #7A7A7A. Windows color (decimal): -2989806 or 1204690. OLE color: 1204690.

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

Color convert

RGB 210 97 18 -
CMYK 0 0.54 0.91 0.18
HSL 24.69º 0.84% 0.45% -
HSV(B) 24.69º 0.91% 0.82% -
XYZ 30.96 22.29 3.24 -
YUV 121.78 69.44 190.92 -
System Red Green Blue C M Y K H S L
Decimal 210 97 18 0 0.54 0.91 0.18 24.69 0.84 0.45
Hex D2 61 12 0 36 5B 12 19 54 2D
Octal 322 141 22 0 66 133 22 31 124 55
Binary 11010010 1100001 10010 0 110110 1011011 10010 11001 1010100 101101

Color Harmonies of #D26112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26112

Black with #D26112

Text Example


Text Example

White with #D26112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26112; }

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

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

background-color css

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

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

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

border-color css

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

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

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