Html Css Color HEX #D9BD7D Straw

📋 copy color: '#D9BD7D'

red 217 ◦ green 189 ◦ blue 125

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

Shades of Straw #D9BD7D

Tints of Straw #D9BD7D

RGB

 RED value IS 217 (85.16% from 255) = 40.87%

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

 BLUE value IS 125 (49.22% from 255) = 23.54%

R = 40.87%
G = 35.59%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9BD7D (or 0xD9BD7D) is known color: Straw. HEX triplet: D9, BD and 7D. RGB value is (217,189,125). Sum of RGB (Red+Green+Blue) = 217+189+125=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BD7D is #264282. Grayscale: #BEBEBE. Windows color (decimal): -2507395 or 8240601. OLE color: 8240601.

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

Color convert

RGB 217 189 125 -
CMYK 0 0.13 0.42 0.15
HSL 41.74º 0.55% 0.67% -
HSV(B) 41.74º 0.42% 0.85% -
XYZ 50.51 52.63 26.9 -
YUV 190.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 217 189 125 0 0.13 0.42 0.15 41.74 0.55 0.67
Hex D9 BD 7D 0 D 2A F 2A 37 43
Octal 331 275 175 0 15 52 17 52 67 103
Binary 11011001 10111101 1111101 0 1101 101010 1111 101010 110111 1000011

Color Harmonies of #D9BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BD7D

Black with #D9BD7D

Text Example


Text Example

White with #D9BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BD7D; }

 p { color: rgb(217,189,125); }

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

background-color css

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

 a { background-color: rgb(217,189,125); }

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

border-color css

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

 span { border-color: rgb(217,189,125); }

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