Html Css Color HEX #D46C1E Chocolate

📋 copy color: '#D46C1E'

red 212 ◦ green 108 ◦ blue 30

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

Shades of Chocolate #D46C1E

Tints of Chocolate #D46C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.86%

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 60.57%
G = 30.86%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D46C1E (or 0xD46C1E) is known color: Chocolate. HEX triplet: D4, 6C and 1E. RGB value is (212,108,30). Sum of RGB (Red+Green+Blue) = 212+108+30=350 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.57% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 212 - color contains mainly: red. Hex color #D46C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D46C1E is #2B93E1. Grayscale: #828282. Windows color (decimal): -2855906 or 1993940. OLE color: 1993940.

HSL color Cylindrical-coordinate representation of color #D46C1E: hue angle of 25.71º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D46C1E is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 108 30 -
CMYK 0 0.49 0.86 0.17
HSL 25.71º 0.75% 0.47% -
HSV(B) 25.71º 0.86% 0.83% -
XYZ 32.75 24.82 4.29 -
YUV 130.2 71.46 186.34 -
System Red Green Blue C M Y K H S L
Decimal 212 108 30 0 0.49 0.86 0.17 25.71 0.75 0.47
Hex D4 6C 1E 0 31 56 11 1A 4B 2F
Octal 324 154 36 0 61 126 21 32 113 57
Binary 11010100 1101100 11110 0 110001 1010110 10001 11010 1001011 101111

Color Harmonies of #D46C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46C1E

Black with #D46C1E

Text Example


Text Example

White with #D46C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46C1E; }

 p { color: rgb(212,108,30); }

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

background-color css

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

 a { background-color: rgb(212,108,30); }

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

border-color css

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

 span { border-color: rgb(212,108,30); }

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