Html Css Color HEX #D8BD8C Straw

📋 copy color: '#D8BD8C'

red 216 ◦ green 189 ◦ blue 140

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

Shades of Straw #D8BD8C

Tints of Straw #D8BD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.68%

 BLUE value IS 140 (55.08% from 255) = 25.69%

R = 39.63%
G = 34.68%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8BD8C (or 0xD8BD8C) is known color: Straw. HEX triplet: D8, BD and 8C. RGB value is (216,189,140). Sum of RGB (Red+Green+Blue) = 216+189+140=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BD8C is #274273. Grayscale: #BFBFBF. Windows color (decimal): -2572916 or 9223640. OLE color: 9223640.

HSL color Cylindrical-coordinate representation of color #D8BD8C: hue angle of 38.68º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8BD8C is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 189 140 -
CMYK 0 0.12 0.35 0.15
HSL 38.68º 0.49% 0.7% -
HSV(B) 38.68º 0.35% 0.85% -
XYZ 51.25 52.89 32.32 -
YUV 191.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 216 189 140 0 0.12 0.35 0.15 38.68 0.49 0.7
Hex D8 BD 8C 0 C 23 F 27 31 46
Octal 330 275 214 0 14 43 17 47 61 106
Binary 11011000 10111101 10001100 0 1100 100011 1111 100111 110001 1000110

Color Harmonies of #D8BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BD8C

Black with #D8BD8C

Text Example


Text Example

White with #D8BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BD8C; }

 p { color: rgb(216,189,140); }

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

background-color css

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

 a { background-color: rgb(216,189,140); }

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

border-color css

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

 span { border-color: rgb(216,189,140); }

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