Html Css Color HEX #D26312 Chocolate

📋 copy color: '#D26312'

red 210 ◦ green 99 ◦ blue 18

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

Shades of Chocolate #D26312

Tints of Chocolate #D26312

RGB

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

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

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

R = 64.22%
G = 30.28%
B = 5.5%

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

#D26312 (or 0xD26312) is known color: Chocolate. HEX triplet: D2, 63 and 12. RGB value is (210,99,18). Sum of RGB (Red+Green+Blue) = 210+99+18=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D26312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26312 is #2D9CED. Grayscale: #7B7B7B. Windows color (decimal): -2989294 or 1205202. OLE color: 1205202.

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

Color convert

RGB 210 99 18 -
CMYK 0 0.53 0.91 0.18
HSL 25.31º 0.84% 0.45% -
HSV(B) 25.31º 0.91% 0.82% -
XYZ 31.15 22.67 3.31 -
YUV 122.96 68.77 190.09 -
System Red Green Blue C M Y K H S L
Decimal 210 99 18 0 0.53 0.91 0.18 25.31 0.84 0.45
Hex D2 63 12 0 35 5B 12 19 54 2D
Octal 322 143 22 0 65 133 22 31 124 55
Binary 11010010 1100011 10010 0 110101 1011011 10010 11001 1010100 101101

Color Harmonies of #D26312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26312

Black with #D26312

Text Example


Text Example

White with #D26312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26312; }

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

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

background-color css

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

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

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

border-color css

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

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

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