Html Css Color HEX #D26012 Chocolate

📋 copy color: '#D26012'

red 210 ◦ green 96 ◦ blue 18

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

Shades of Chocolate #D26012

Tints of Chocolate #D26012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.63%

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

R = 64.81%
G = 29.63%
B = 5.56%

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

#D26012 (or 0xD26012) is known color: Chocolate. HEX triplet: D2, 60 and 12. RGB value is (210,96,18). Sum of RGB (Red+Green+Blue) = 210+96+18=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D26012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26012 is #2D9FED. Grayscale: #797979. Windows color (decimal): -2990062 or 1204434. OLE color: 1204434.

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

Color convert

RGB 210 96 18 -
CMYK 0 0.54 0.91 0.18
HSL 24.38º 0.84% 0.45% -
HSV(B) 24.38º 0.91% 0.82% -
XYZ 30.87 22.11 3.21 -
YUV 121.19 69.77 191.34 -
System Red Green Blue C M Y K H S L
Decimal 210 96 18 0 0.54 0.91 0.18 24.38 0.84 0.45
Hex D2 60 12 0 36 5B 12 18 54 2D
Octal 322 140 22 0 66 133 22 30 124 55
Binary 11010010 1100000 10010 0 110110 1011011 10010 11000 1010100 101101

Color Harmonies of #D26012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D26012

Black with #D26012

Text Example


Text Example

White with #D26012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D26012; }

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

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

background-color css

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

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

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

border-color css

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

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

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