Html Css Color HEX #D8BA85 Straw

📋 copy color: '#D8BA85'

red 216 ◦ green 186 ◦ blue 133

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

Shades of Straw #D8BA85

Tints of Straw #D8BA85

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.77%

 BLUE value IS 133 (52.34% from 255) = 24.86%

R = 40.37%
G = 34.77%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D8BA85 (or 0xD8BA85) is known color: Straw. HEX triplet: D8, BA and 85. RGB value is (216,186,133). Sum of RGB (Red+Green+Blue) = 216+186+133=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BA85 is #27457A. Grayscale: #BDBDBD. Windows color (decimal): -2573691 or 8764120. OLE color: 8764120.

HSL color Cylindrical-coordinate representation of color #D8BA85: hue angle of 38.31º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8BA85 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 186 133 -
CMYK 0 0.14 0.38 0.15
HSL 38.31º 0.52% 0.68% -
HSV(B) 38.31º 0.38% 0.85% -
XYZ 50.11 51.41 29.47 -
YUV 188.93 96.44 147.31 -
System Red Green Blue C M Y K H S L
Decimal 216 186 133 0 0.14 0.38 0.15 38.31 0.52 0.68
Hex D8 BA 85 0 E 26 F 26 34 44
Octal 330 272 205 0 16 46 17 46 64 104
Binary 11011000 10111010 10000101 0 1110 100110 1111 100110 110100 1000100

Color Harmonies of #D8BA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BA85

Black with #D8BA85

Text Example


Text Example

White with #D8BA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BA85; }

 p { color: rgb(216,186,133); }

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

background-color css

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

 a { background-color: rgb(216,186,133); }

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

border-color css

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

 span { border-color: rgb(216,186,133); }

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