Html Css Color HEX #D6B87B Straw

📋 copy color: '#D6B87B'

red 214 ◦ green 184 ◦ blue 123

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

Shades of Straw #D6B87B

Tints of Straw #D6B87B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.61%

R = 41.07%
G = 35.32%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6B87B (or 0xD6B87B) is known color: Straw. HEX triplet: D6, B8 and 7B. RGB value is (214,184,123). Sum of RGB (Red+Green+Blue) = 214+184+123=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B87B is #294784. Grayscale: #BABABA. Windows color (decimal): -2705285 or 8108246. OLE color: 8108246.

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

Color convert

RGB 214 184 123 -
CMYK 0 0.14 0.43 0.16
HSL 40.22º 0.53% 0.66% -
HSV(B) 40.22º 0.43% 0.84% -
XYZ 48.45 50.01 25.84 -
YUV 186.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 214 184 123 0 0.14 0.43 0.16 40.22 0.53 0.66
Hex D6 B8 7B 0 E 2B 10 28 35 42
Octal 326 270 173 0 16 53 20 50 65 102
Binary 11010110 10111000 1111011 0 1110 101011 10000 101000 110101 1000010

Color Harmonies of #D6B87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B87B

Black with #D6B87B

Text Example


Text Example

White with #D6B87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B87B; }

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

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

background-color css

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

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

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

border-color css

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

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

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