Html Css Color HEX #D8691B Chocolate

📋 copy color: '#D8691B'

red 216 ◦ green 105 ◦ blue 27

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

Shades of Chocolate #D8691B

Tints of Chocolate #D8691B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

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

R = 62.07%
G = 30.17%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8691B (or 0xD8691B) is known color: Chocolate. HEX triplet: D8, 69 and 1B. RGB value is (216,105,27). Sum of RGB (Red+Green+Blue) = 216+105+27=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8691B is #2796E4. Grayscale: #818181. Windows color (decimal): -2594533 or 1796568. OLE color: 1796568.

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

Color convert

RGB 216 105 27 -
CMYK 0 0.51 0.88 0.15
HSL 24.76º 0.78% 0.48% -
HSV(B) 24.76º 0.88% 0.85% -
XYZ 33.57 24.78 4.05 -
YUV 129.3 70.27 189.84 -
System Red Green Blue C M Y K H S L
Decimal 216 105 27 0 0.51 0.88 0.15 24.76 0.78 0.48
Hex D8 69 1B 0 33 58 F 19 4E 30
Octal 330 151 33 0 63 130 17 31 116 60
Binary 11011000 1101001 11011 0 110011 1011000 1111 11001 1001110 110000

Color Harmonies of #D8691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8691B

Black with #D8691B

Text Example


Text Example

White with #D8691B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8691B; }

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

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

background-color css

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

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

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

border-color css

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

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

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