Html Css Color HEX #D47318 Chocolate

📋 copy color: '#D47318'

red 212 ◦ green 115 ◦ blue 24

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

Shades of Chocolate #D47318

Tints of Chocolate #D47318

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.76%

 BLUE value IS 24 (9.77% from 255) = 6.84%

R = 60.4%
G = 32.76%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.17

RGB Variations

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

Color information

#D47318 (or 0xD47318) is known color: Chocolate. HEX triplet: D4, 73 and 18. RGB value is (212,115,24). Sum of RGB (Red+Green+Blue) = 212+115+24=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D47318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47318 is #2B8CE7. Grayscale: #868686. Windows color (decimal): -2854120 or 1602516. OLE color: 1602516.

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

Color convert

RGB 212 115 24 -
CMYK 0 0.46 0.89 0.17
HSL 29.04º 0.8% 0.46% -
HSV(B) 29.04º 0.89% 0.83% -
XYZ 33.45 26.32 4.18 -
YUV 133.63 66.14 183.9 -
System Red Green Blue C M Y K H S L
Decimal 212 115 24 0 0.46 0.89 0.17 29.04 0.8 0.46
Hex D4 73 18 0 2E 59 11 1D 50 2E
Octal 324 163 30 0 56 131 21 35 120 56
Binary 11010100 1110011 11000 0 101110 1011001 10001 11101 1010000 101110

Color Harmonies of #D47318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47318

Black with #D47318

Text Example


Text Example

White with #D47318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47318; }

 p { color: rgb(212,115,24); }

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

background-color css

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

 a { background-color: rgb(212,115,24); }

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

border-color css

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

 span { border-color: rgb(212,115,24); }

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