Html Css Color HEX #D46F0C Chocolate

📋 copy color: '#D46F0C'

red 212 ◦ green 111 ◦ blue 12

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

Shades of Chocolate #D46F0C

Tints of Chocolate #D46F0C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

 BLUE value IS 12 (5.08% from 255) = 3.58%

R = 63.28%
G = 33.13%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D46F0C (or 0xD46F0C) is known color: Chocolate. HEX triplet: D4, 6F and 0C. RGB value is (212,111,12). Sum of RGB (Red+Green+Blue) = 212+111+12=335 (44% of max value = 765). Red value is 212 (83.20% from 255 or 63.28% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46F0C is #2B90F3. Grayscale: #828282. Windows color (decimal): -2855156 or 815060. OLE color: 815060.

HSL color Cylindrical-coordinate representation of color #D46F0C: hue angle of 29.7º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D46F0C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 111 12 -
CMYK 0 0.48 0.94 0.17
HSL 29.7º 0.89% 0.44% -
HSV(B) 29.7º 0.94% 0.83% -
XYZ 32.9 25.39 3.51 -
YUV 129.91 61.46 186.55 -
System Red Green Blue C M Y K H S L
Decimal 212 111 12 0 0.48 0.94 0.17 29.7 0.89 0.44
Hex D4 6F C 0 30 5E 11 1E 59 2C
Octal 324 157 14 0 60 136 21 36 131 54
Binary 11010100 1101111 1100 0 110000 1011110 10001 11110 1011001 101100

Color Harmonies of #D46F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46F0C

Black with #D46F0C

Text Example


Text Example

White with #D46F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46F0C; }

 p { color: rgb(212,111,12); }

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

background-color css

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

 a { background-color: rgb(212,111,12); }

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

border-color css

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

 span { border-color: rgb(212,111,12); }

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