Html Css Color HEX #D9BC85 Straw

📋 copy color: '#D9BC85'

red 217 ◦ green 188 ◦ blue 133

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

Shades of Straw #D9BC85

Tints of Straw #D9BC85

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.94%

 BLUE value IS 133 (52.34% from 255) = 24.72%

R = 40.33%
G = 34.94%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D9BC85 (or 0xD9BC85) is known color: Straw. HEX triplet: D9, BC and 85. RGB value is (217,188,133). Sum of RGB (Red+Green+Blue) = 217+188+133=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BC85 is #26437A. Grayscale: #BEBEBE. Windows color (decimal): -2507643 or 8764633. OLE color: 8764633.

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

Color convert

RGB 217 188 133 -
CMYK 0 0.13 0.39 0.15
HSL 39.29º 0.53% 0.69% -
HSV(B) 39.29º 0.39% 0.85% -
XYZ 50.83 52.41 29.63 -
YUV 190.4 95.61 146.97 -
System Red Green Blue C M Y K H S L
Decimal 217 188 133 0 0.13 0.39 0.15 39.29 0.53 0.69
Hex D9 BC 85 0 D 27 F 27 34 45
Octal 331 274 205 0 15 47 17 47 64 105
Binary 11011001 10111100 10000101 0 1101 100111 1111 100111 110100 1000101

Color Harmonies of #D9BC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BC85

Black with #D9BC85

Text Example


Text Example

White with #D9BC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BC85; }

 p { color: rgb(217,188,133); }

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

background-color css

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

 a { background-color: rgb(217,188,133); }

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

border-color css

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

 span { border-color: rgb(217,188,133); }

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