Html Css Color HEX #D46712 Chocolate

📋 copy color: '#D46712'

red 212 ◦ green 103 ◦ blue 18

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

Shades of Chocolate #D46712

Tints of Chocolate #D46712

RGB

 RED value IS 212 (83.2% from 255) = 63.66%

 GREEN value IS 103 (40.63% from 255) = 30.93%

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

R = 63.66%
G = 30.93%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D46712 (or 0xD46712) is known color: Chocolate. HEX triplet: D4, 67 and 12. RGB value is (212,103,18). Sum of RGB (Red+Green+Blue) = 212+103+18=333 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.66% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 212 - color contains mainly: red. Hex color #D46712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46712 is #2B98ED. Grayscale: #7E7E7E. Windows color (decimal): -2857198 or 1206228. OLE color: 1206228.

HSL color Cylindrical-coordinate representation of color #D46712: hue angle of 26.29º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D46712 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 103 18 -
CMYK 0 0.51 0.92 0.17
HSL 26.29º 0.84% 0.45% -
HSV(B) 26.29º 0.92% 0.83% -
XYZ 32.11 23.74 3.46 -
YUV 125.9 67.11 189.41 -
System Red Green Blue C M Y K H S L
Decimal 212 103 18 0 0.51 0.92 0.17 26.29 0.84 0.45
Hex D4 67 12 0 33 5C 11 1A 54 2D
Octal 324 147 22 0 63 134 21 32 124 55
Binary 11010100 1100111 10010 0 110011 1011100 10001 11010 1010100 101101

Color Harmonies of #D46712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46712

Black with #D46712

Text Example


Text Example

White with #D46712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46712; }

 p { color: rgb(212,103,18); }

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

background-color css

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

 a { background-color: rgb(212,103,18); }

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

border-color css

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

 span { border-color: rgb(212,103,18); }

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