Html Css Color HEX #D6BF8F Straw

📋 copy color: '#D6BF8F'

red 214 ◦ green 191 ◦ blue 143

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

Shades of Straw #D6BF8F

Tints of Straw #D6BF8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.09%

R = 39.05%
G = 34.85%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6BF8F (or 0xD6BF8F) is known color: Straw. HEX triplet: D6, BF and 8F. RGB value is (214,191,143). Sum of RGB (Red+Green+Blue) = 214+191+143=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 143 (56.25% from 255 or 26.09% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF8F is #294070. Grayscale: #C0C0C0. Windows color (decimal): -2703473 or 9420758. OLE color: 9420758.

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

Color convert

RGB 214 191 143 -
CMYK 0 0.11 0.33 0.16
HSL 40.56º 0.46% 0.7% -
HSV(B) 40.56º 0.33% 0.84% -
XYZ 51.32 53.54 33.62 -
YUV 192.41 100.12 143.4 -
System Red Green Blue C M Y K H S L
Decimal 214 191 143 0 0.11 0.33 0.16 40.56 0.46 0.7
Hex D6 BF 8F 0 B 21 10 29 2E 46
Octal 326 277 217 0 13 41 20 51 56 106
Binary 11010110 10111111 10001111 0 1011 100001 10000 101001 101110 1000110

Color Harmonies of #D6BF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BF8F

Black with #D6BF8F

Text Example


Text Example

White with #D6BF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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