Html Css Color HEX #D9BE7C Straw

📋 copy color: '#D9BE7C'

red 217 ◦ green 190 ◦ blue 124

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

Shades of Straw #D9BE7C

Tints of Straw #D9BE7C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.78%

 BLUE value IS 124 (48.83% from 255) = 23.35%

R = 40.87%
G = 35.78%
B = 23.35%

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

#D9BE7C (or 0xD9BE7C) is known color: Straw. HEX triplet: D9, BE and 7C. RGB value is (217,190,124). Sum of RGB (Red+Green+Blue) = 217+190+124=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BE7C is #264183. Grayscale: #BEBEBE. Windows color (decimal): -2507140 or 8175321. OLE color: 8175321.

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

Color convert

RGB 217 190 124 -
CMYK 0 0.12 0.43 0.15
HSL 42.58º 0.55% 0.67% -
HSV(B) 42.58º 0.43% 0.85% -
XYZ 50.67 53.03 26.63 -
YUV 190.55 90.45 146.87 -
System Red Green Blue C M Y K H S L
Decimal 217 190 124 0 0.12 0.43 0.15 42.58 0.55 0.67
Hex D9 BE 7C 0 C 2B F 2B 37 43
Octal 331 276 174 0 14 53 17 53 67 103
Binary 11011001 10111110 1111100 0 1100 101011 1111 101011 110111 1000011

Color Harmonies of #D9BE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BE7C

Black with #D9BE7C

Text Example


Text Example

White with #D9BE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BE7C; }

 p { color: rgb(217,190,124); }

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

background-color css

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

 a { background-color: rgb(217,190,124); }

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

border-color css

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

 span { border-color: rgb(217,190,124); }

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