Html Css Color HEX #D8670F Chocolate

📋 copy color: '#D8670F'

red 216 ◦ green 103 ◦ blue 15

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

Shades of Chocolate #D8670F

Tints of Chocolate #D8670F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.84%

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

R = 64.67%
G = 30.84%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8670F (or 0xD8670F) is known color: Chocolate. HEX triplet: D8, 67 and 0F. RGB value is (216,103,15). Sum of RGB (Red+Green+Blue) = 216+103+15=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D8670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8670F is #2798F0. Grayscale: #7F7F7F. Windows color (decimal): -2595057 or 1009624. OLE color: 1009624.

HSL color Cylindrical-coordinate representation of color #D8670F: hue angle of 26.27º 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 #D8670F is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 103 15 -
CMYK 0 0.52 0.93 0.15
HSL 26.27º 0.87% 0.45% -
HSV(B) 26.27º 0.93% 0.85% -
XYZ 33.26 24.33 3.4 -
YUV 126.76 64.94 191.66 -
System Red Green Blue C M Y K H S L
Decimal 216 103 15 0 0.52 0.93 0.15 26.27 0.87 0.45
Hex D8 67 F 0 34 5D F 1A 57 2D
Octal 330 147 17 0 64 135 17 32 127 55
Binary 11011000 1100111 1111 0 110100 1011101 1111 11010 1010111 101101

Color Harmonies of #D8670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8670F

Black with #D8670F

Text Example


Text Example

White with #D8670F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8670F; }

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

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

background-color css

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

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

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

border-color css

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

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

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