Html Css Color HEX #D8BD7A Straw

📋 copy color: '#D8BD7A'

red 216 ◦ green 189 ◦ blue 122

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

Shades of Straw #D8BD7A

Tints of Straw #D8BD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.15%

R = 40.99%
G = 35.86%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8BD7A (or 0xD8BD7A) is known color: Straw. HEX triplet: D8, BD and 7A. RGB value is (216,189,122). Sum of RGB (Red+Green+Blue) = 216+189+122=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BD7A is #274285. Grayscale: #BDBDBD. Windows color (decimal): -2572934 or 8043992. OLE color: 8043992.

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

Color convert

RGB 216 189 122 -
CMYK 0 0.12 0.44 0.15
HSL 42.77º 0.55% 0.66% -
HSV(B) 42.77º 0.44% 0.85% -
XYZ 50.03 52.4 25.89 -
YUV 189.44 89.95 146.95 -
System Red Green Blue C M Y K H S L
Decimal 216 189 122 0 0.12 0.44 0.15 42.77 0.55 0.66
Hex D8 BD 7A 0 C 2C F 2B 37 42
Octal 330 275 172 0 14 54 17 53 67 102
Binary 11011000 10111101 1111010 0 1100 101100 1111 101011 110111 1000010

Color Harmonies of #D8BD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BD7A

Black with #D8BD7A

Text Example


Text Example

White with #D8BD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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