Html Css Color HEX #D6BF8D Straw

📋 copy color: '#D6BF8D'

red 214 ◦ green 191 ◦ blue 141

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

Shades of Straw #D6BF8D

Tints of Straw #D6BF8D

RGB

 RED value IS 214 (83.98% from 255) = 39.19%

 GREEN value IS 191 (75% from 255) = 34.98%

 BLUE value IS 141 (55.47% from 255) = 25.82%

R = 39.19%
G = 34.98%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6BF8D (or 0xD6BF8D) is known color: Straw. HEX triplet: D6, BF and 8D. RGB value is (214,191,141). Sum of RGB (Red+Green+Blue) = 214+191+141=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF8D is #294072. Grayscale: #C0C0C0. Windows color (decimal): -2703475 or 9289686. OLE color: 9289686.

HSL color Cylindrical-coordinate representation of color #D6BF8D: hue angle of 41.1º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6BF8D is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 191 141 -
CMYK 0 0.11 0.34 0.16
HSL 41.1º 0.47% 0.7% -
HSV(B) 41.1º 0.34% 0.84% -
XYZ 51.17 53.48 32.83 -
YUV 192.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 214 191 141 0 0.11 0.34 0.16 41.1 0.47 0.7
Hex D6 BF 8D 0 B 22 10 29 2F 46
Octal 326 277 215 0 13 42 20 51 57 106
Binary 11010110 10111111 10001101 0 1011 100010 10000 101001 101111 1000110

Color Harmonies of #D6BF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF8D

Black with #D6BF8D

Text Example


Text Example

White with #D6BF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF8D; }

 p { color: rgb(214,191,141); }

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

background-color css

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

 a { background-color: rgb(214,191,141); }

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

border-color css

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

 span { border-color: rgb(214,191,141); }

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