Html Css Color HEX #D8690B Chocolate

📋 copy color: '#D8690B'

red 216 ◦ green 105 ◦ blue 11

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

Shades of Chocolate #D8690B

Tints of Chocolate #D8690B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.31%

R = 65.06%
G = 31.63%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D8690B (or 0xD8690B) is known color: Chocolate. HEX triplet: D8, 69 and 0B. RGB value is (216,105,11). Sum of RGB (Red+Green+Blue) = 216+105+11=332 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.06% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 216 - color contains mainly: red. Hex color #D8690B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8690B is #2796F4. Grayscale: #7F7F7F. Windows color (decimal): -2594549 or 747992. OLE color: 747992.

HSL color Cylindrical-coordinate representation of color #D8690B: hue angle of 27.51º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8690B is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 105 11 -
CMYK 0 0.51 0.95 0.15
HSL 27.51º 0.9% 0.45% -
HSV(B) 27.51º 0.95% 0.85% -
XYZ 33.43 24.73 3.33 -
YUV 127.47 62.27 191.14 -
System Red Green Blue C M Y K H S L
Decimal 216 105 11 0 0.51 0.95 0.15 27.51 0.9 0.45
Hex D8 69 B 0 33 5F F 1C 5A 2D
Octal 330 151 13 0 63 137 17 34 132 55
Binary 11011000 1101001 1011 0 110011 1011111 1111 11100 1011010 101101

Color Harmonies of #D8690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8690B

Black with #D8690B

Text Example


Text Example

White with #D8690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8690B; }

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

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

background-color css

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

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

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

border-color css

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

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

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