Html Css Color HEX #D8651B Chocolate

📋 copy color: '#D8651B'

red 216 ◦ green 101 ◦ blue 27

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

Shades of Chocolate #D8651B

Tints of Chocolate #D8651B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.85%

R = 62.79%
G = 29.36%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8651B (or 0xD8651B) is known color: Chocolate. HEX triplet: D8, 65 and 1B. RGB value is (216,101,27). Sum of RGB (Red+Green+Blue) = 216+101+27=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D8651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8651B is #279AE4. Grayscale: #7F7F7F. Windows color (decimal): -2595557 or 1795544. OLE color: 1795544.

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

Color convert

RGB 216 101 27 -
CMYK 0 0.53 0.88 0.15
HSL 23.49º 0.78% 0.48% -
HSV(B) 23.49º 0.88% 0.85% -
XYZ 33.17 23.99 3.92 -
YUV 126.95 71.6 191.52 -
System Red Green Blue C M Y K H S L
Decimal 216 101 27 0 0.53 0.88 0.15 23.49 0.78 0.48
Hex D8 65 1B 0 35 58 F 17 4E 30
Octal 330 145 33 0 65 130 17 27 116 60
Binary 11011000 1100101 11011 0 110101 1011000 1111 10111 1001110 110000

Color Harmonies of #D8651B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8651B

Black with #D8651B

Text Example


Text Example

White with #D8651B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8651B; }

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

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

background-color css

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

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

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

border-color css

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

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

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