Html Css Color HEX #D6BD7B Straw

📋 copy color: '#D6BD7B'

red 214 ◦ green 189 ◦ blue 123

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

Shades of Straw #D6BD7B

Tints of Straw #D6BD7B

RGB

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

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

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

R = 40.68%
G = 35.93%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6BD7B (or 0xD6BD7B) is known color: Straw. HEX triplet: D6, BD and 7B. RGB value is (214,189,123). Sum of RGB (Red+Green+Blue) = 214+189+123=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 123 (48.44% from 255 or 23.38% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BD7B is #294284. Grayscale: #BDBDBD. Windows color (decimal): -2704005 or 8109526. OLE color: 8109526.

HSL color Cylindrical-coordinate representation of color #D6BD7B: hue angle of 43.52º 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 #D6BD7B is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 189 123 -
CMYK 0 0.12 0.43 0.16
HSL 43.52º 0.53% 0.66% -
HSV(B) 43.52º 0.43% 0.84% -
XYZ 49.5 52.12 26.19 -
YUV 188.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 214 189 123 0 0.12 0.43 0.16 43.52 0.53 0.66
Hex D6 BD 7B 0 C 2B 10 2C 35 42
Octal 326 275 173 0 14 53 20 54 65 102
Binary 11010110 10111101 1111011 0 1100 101011 10000 101100 110101 1000010

Color Harmonies of #D6BD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BD7B

Black with #D6BD7B

Text Example


Text Example

White with #D6BD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BD7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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