Html Css Color HEX #D8671E Chocolate

📋 copy color: '#D8671E'

red 216 ◦ green 103 ◦ blue 30

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

Shades of Chocolate #D8671E

Tints of Chocolate #D8671E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.6%

R = 61.89%
G = 29.51%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8671E (or 0xD8671E) is known color: Chocolate. HEX triplet: D8, 67 and 1E. RGB value is (216,103,30). Sum of RGB (Red+Green+Blue) = 216+103+30=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D8671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8671E is #2798E1. Grayscale: #808080. Windows color (decimal): -2595042 or 1992664. OLE color: 1992664.

HSL color Cylindrical-coordinate representation of color #D8671E: hue angle of 23.55º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8671E is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 103 30 -
CMYK 0 0.52 0.86 0.15
HSL 23.55º 0.76% 0.48% -
HSV(B) 23.55º 0.86% 0.85% -
XYZ 33.4 24.39 4.18 -
YUV 128.47 72.44 190.44 -
System Red Green Blue C M Y K H S L
Decimal 216 103 30 0 0.52 0.86 0.15 23.55 0.76 0.48
Hex D8 67 1E 0 34 56 F 18 4C 30
Octal 330 147 36 0 64 126 17 30 114 60
Binary 11011000 1100111 11110 0 110100 1010110 1111 11000 1001100 110000

Color Harmonies of #D8671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8671E

Black with #D8671E

Text Example


Text Example

White with #D8671E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8671E; }

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

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

background-color css

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

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

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

border-color css

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

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

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