Html Css Color HEX #D46915 Chocolate

📋 copy color: '#D46915'

red 212 ◦ green 105 ◦ blue 21

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

Shades of Chocolate #D46915

Tints of Chocolate #D46915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.07%

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

R = 62.72%
G = 31.07%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D46915 (or 0xD46915) is known color: Chocolate. HEX triplet: D4, 69 and 15. RGB value is (212,105,21). Sum of RGB (Red+Green+Blue) = 212+105+21=338 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.72% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 212 - color contains mainly: red. Hex color #D46915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D46915 is #2B96EA. Grayscale: #7F7F7F. Windows color (decimal): -2856683 or 1403348. OLE color: 1403348.

HSL color Cylindrical-coordinate representation of color #D46915: hue angle of 26.39º 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 #D46915 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 105 21 -
CMYK 0 0.50 0.90 0.17
HSL 26.39º 0.82% 0.46% -
HSV(B) 26.39º 0.9% 0.83% -
XYZ 32.34 24.15 3.67 -
YUV 127.42 67.95 188.33 -
System Red Green Blue C M Y K H S L
Decimal 212 105 21 0 0.50 0.90 0.17 26.39 0.82 0.46
Hex D4 69 15 0 32 5A 11 1A 52 2E
Octal 324 151 25 0 62 132 21 32 122 56
Binary 11010100 1101001 10101 0 110010 1011010 10001 11010 1010010 101110

Color Harmonies of #D46915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46915

Black with #D46915

Text Example


Text Example

White with #D46915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46915; }

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

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

background-color css

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

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

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

border-color css

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

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

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