Html Css Color HEX #D9BF7B Straw

📋 copy color: '#D9BF7B'

red 217 ◦ green 191 ◦ blue 123

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

Shades of Straw #D9BF7B

Tints of Straw #D9BF7B

RGB

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

 GREEN value IS 191 (75% from 255) = 35.97%

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

R = 40.87%
G = 35.97%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9BF7B (or 0xD9BF7B) is known color: Straw. HEX triplet: D9, BF and 7B. RGB value is (217,191,123). Sum of RGB (Red+Green+Blue) = 217+191+123=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BF7B is #264084. Grayscale: #BFBFBF. Windows color (decimal): -2506885 or 8110041. OLE color: 8110041.

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

Color convert

RGB 217 191 123 -
CMYK 0 0.12 0.43 0.15
HSL 43.4º 0.55% 0.67% -
HSV(B) 43.4º 0.43% 0.85% -
XYZ 50.82 53.44 26.38 -
YUV 191.02 89.61 146.53 -
System Red Green Blue C M Y K H S L
Decimal 217 191 123 0 0.12 0.43 0.15 43.4 0.55 0.67
Hex D9 BF 7B 0 C 2B F 2B 37 43
Octal 331 277 173 0 14 53 17 53 67 103
Binary 11011001 10111111 1111011 0 1100 101011 1111 101011 110111 1000011

Color Harmonies of #D9BF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BF7B

Black with #D9BF7B

Text Example


Text Example

White with #D9BF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BF7B; }

 p { color: rgb(217,191,123); }

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

background-color css

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

 a { background-color: rgb(217,191,123); }

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

border-color css

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

 span { border-color: rgb(217,191,123); }

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