Html Css Color HEX #D26412 Chocolate

📋 copy color: '#D26412'

red 210 ◦ green 100 ◦ blue 18

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

Shades of Chocolate #D26412

Tints of Chocolate #D26412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.49%

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

R = 64.02%
G = 30.49%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D26412 (or 0xD26412) is known color: Chocolate. HEX triplet: D2, 64 and 12. RGB value is (210,100,18). Sum of RGB (Red+Green+Blue) = 210+100+18=328 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.02% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 210 - color contains mainly: red. Hex color #D26412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26412 is #2D9BED. Grayscale: #7B7B7B. Windows color (decimal): -2989038 or 1205458. OLE color: 1205458.

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

Color convert

RGB 210 100 18 -
CMYK 0 0.52 0.91 0.18
HSL 25.63º 0.84% 0.45% -
HSV(B) 25.63º 0.91% 0.82% -
XYZ 31.24 22.86 3.34 -
YUV 123.54 68.44 189.67 -
System Red Green Blue C M Y K H S L
Decimal 210 100 18 0 0.52 0.91 0.18 25.63 0.84 0.45
Hex D2 64 12 0 34 5B 12 1A 54 2D
Octal 322 144 22 0 64 133 22 32 124 55
Binary 11010010 1100100 10010 0 110100 1011011 10010 11010 1010100 101101

Color Harmonies of #D26412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26412

Black with #D26412

Text Example


Text Example

White with #D26412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26412; }

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

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

background-color css

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

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

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

border-color css

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

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

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