Html Css Color HEX #D8740F Chocolate

📋 copy color: '#D8740F'

red 216 ◦ green 116 ◦ blue 15

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

Shades of Chocolate #D8740F

Tints of Chocolate #D8740F

RGB

 RED value IS 216 (84.77% from 255) = 62.25%

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 15 (6.25% from 255) = 4.32%

R = 62.25%
G = 33.43%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8740F (or 0xD8740F) is known color: Chocolate. HEX triplet: D8, 74 and 0F. RGB value is (216,116,15). Sum of RGB (Red+Green+Blue) = 216+116+15=347 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.25% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 216 - color contains mainly: red. Hex color #D8740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8740F is #278BF0. Grayscale: #868686. Windows color (decimal): -2591729 or 1012952. OLE color: 1012952.

HSL color Cylindrical-coordinate representation of color #D8740F: hue angle of 30.15º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8740F is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 15 -
CMYK 0 0.46 0.93 0.15
HSL 30.15º 0.87% 0.45% -
HSV(B) 30.15º 0.93% 0.85% -
XYZ 34.65 27.12 3.86 -
YUV 134.39 60.63 186.21 -
System Red Green Blue C M Y K H S L
Decimal 216 116 15 0 0.46 0.93 0.15 30.15 0.87 0.45
Hex D8 74 F 0 2E 5D F 1E 57 2D
Octal 330 164 17 0 56 135 17 36 127 55
Binary 11011000 1110100 1111 0 101110 1011101 1111 11110 1010111 101101

Color Harmonies of #D8740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8740F

Black with #D8740F

Text Example


Text Example

White with #D8740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8740F; }

 p { color: rgb(216,116,15); }

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

background-color css

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

 a { background-color: rgb(216,116,15); }

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

border-color css

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

 span { border-color: rgb(216,116,15); }

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