Html Css Color HEX #D6B87F Straw

📋 copy color: '#D6B87F'

red 214 ◦ green 184 ◦ blue 127

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

Shades of Straw #D6B87F

Tints of Straw #D6B87F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.05%

 BLUE value IS 127 (50% from 255) = 24.19%

R = 40.76%
G = 35.05%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6B87F (or 0xD6B87F) is known color: Straw. HEX triplet: D6, B8 and 7F. RGB value is (214,184,127). Sum of RGB (Red+Green+Blue) = 214+184+127=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B87F is #294780. Grayscale: #BABABA. Windows color (decimal): -2705281 or 8370390. OLE color: 8370390.

HSL color Cylindrical-coordinate representation of color #D6B87F: hue angle of 39.31º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6B87F is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 184 127 -
CMYK 0 0.14 0.41 0.16
HSL 39.31º 0.51% 0.67% -
HSV(B) 39.31º 0.41% 0.84% -
XYZ 48.7 50.11 27.18 -
YUV 186.47 94.44 147.63 -
System Red Green Blue C M Y K H S L
Decimal 214 184 127 0 0.14 0.41 0.16 39.31 0.51 0.67
Hex D6 B8 7F 0 E 29 10 27 33 43
Octal 326 270 177 0 16 51 20 47 63 103
Binary 11010110 10111000 1111111 0 1110 101001 10000 100111 110011 1000011

Color Harmonies of #D6B87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B87F

Black with #D6B87F

Text Example


Text Example

White with #D6B87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B87F; }

 p { color: rgb(214,184,127); }

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

background-color css

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

 a { background-color: rgb(214,184,127); }

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

border-color css

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

 span { border-color: rgb(214,184,127); }

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