Html Css Color HEX #D46315 Chocolate

📋 copy color: '#D46315'

red 212 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #D46315

Tints of Chocolate #D46315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.33%

R = 63.86%
G = 29.82%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D46315 (or 0xD46315) is known color: Chocolate. HEX triplet: D4, 63 and 15. RGB value is (212,99,21). Sum of RGB (Red+Green+Blue) = 212+99+21=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 21 (8.59% from 255 or 6.33% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D46315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46315 is #2B9CEA. Grayscale: #7C7C7C. Windows color (decimal): -2858219 or 1401812. OLE color: 1401812.

HSL color Cylindrical-coordinate representation of color #D46315: hue angle of 24.5º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D46315 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 99 21 -
CMYK 0 0.53 0.90 0.17
HSL 24.5º 0.82% 0.46% -
HSV(B) 24.5º 0.9% 0.83% -
XYZ 31.75 22.97 3.47 -
YUV 123.9 69.94 190.84 -
System Red Green Blue C M Y K H S L
Decimal 212 99 21 0 0.53 0.90 0.17 24.5 0.82 0.46
Hex D4 63 15 0 35 5A 11 19 52 2E
Octal 324 143 25 0 65 132 21 31 122 56
Binary 11010100 1100011 10101 0 110101 1011010 10001 11001 1010010 101110

Color Harmonies of #D46315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46315

Black with #D46315

Text Example


Text Example

White with #D46315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46315; }

 p { color: rgb(212,99,21); }

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

background-color css

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

 a { background-color: rgb(212,99,21); }

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

border-color css

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

 span { border-color: rgb(212,99,21); }

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