Html Css Color HEX #D8651F Chocolate

📋 copy color: '#D8651F'

red 216 ◦ green 101 ◦ blue 31

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

Shades of Chocolate #D8651F

Tints of Chocolate #D8651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

 BLUE value IS 31 (12.5% from 255) = 8.91%

R = 62.07%
G = 29.02%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8651F (or 0xD8651F) is known color: Chocolate. HEX triplet: D8, 65 and 1F. RGB value is (216,101,31). Sum of RGB (Red+Green+Blue) = 216+101+31=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8651F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8651F is #279AE0. Grayscale: #7F7F7F. Windows color (decimal): -2595553 or 2057688. OLE color: 2057688.

HSL color Cylindrical-coordinate representation of color #D8651F: hue angle of 22.7º degrees, saturation: 0.75, 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 #D8651F is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 101 31 -
CMYK 0 0.53 0.86 0.15
HSL 22.7º 0.75% 0.48% -
HSV(B) 22.7º 0.86% 0.85% -
XYZ 33.22 24.01 4.18 -
YUV 127.41 73.6 191.19 -
System Red Green Blue C M Y K H S L
Decimal 216 101 31 0 0.53 0.86 0.15 22.7 0.75 0.48
Hex D8 65 1F 0 35 56 F 17 4B 30
Octal 330 145 37 0 65 126 17 27 113 60
Binary 11011000 1100101 11111 0 110101 1010110 1111 10111 1001011 110000

Color Harmonies of #D8651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8651F

Black with #D8651F

Text Example


Text Example

White with #D8651F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8651F; }

 p { color: rgb(216,101,31); }

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

background-color css

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

 a { background-color: rgb(216,101,31); }

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

border-color css

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

 span { border-color: rgb(216,101,31); }

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