Html Css Color HEX #D7BB84 Straw

📋 copy color: '#D7BB84'

red 215 ◦ green 187 ◦ blue 132

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

Shades of Straw #D7BB84

Tints of Straw #D7BB84

RGB

 RED value IS 215 (84.38% from 255) = 40.26%

 GREEN value IS 187 (73.44% from 255) = 35.02%

 BLUE value IS 132 (51.95% from 255) = 24.72%

R = 40.26%
G = 35.02%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D7BB84 (or 0xD7BB84) is known color: Straw. HEX triplet: D7, BB and 84. RGB value is (215,187,132). Sum of RGB (Red+Green+Blue) = 215+187+132=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BB84 is #28447B. Grayscale: #BDBDBD. Windows color (decimal): -2638972 or 8698839. OLE color: 8698839.

HSL color Cylindrical-coordinate representation of color #D7BB84: hue angle of 39.76º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7BB84 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 187 132 -
CMYK 0 0.13 0.39 0.16
HSL 39.76º 0.51% 0.68% -
HSV(B) 39.76º 0.39% 0.84% -
XYZ 49.96 51.65 29.17 -
YUV 189.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 215 187 132 0 0.13 0.39 0.16 39.76 0.51 0.68
Hex D7 BB 84 0 D 27 10 28 33 44
Octal 327 273 204 0 15 47 20 50 63 104
Binary 11010111 10111011 10000100 0 1101 100111 10000 101000 110011 1000100

Color Harmonies of #D7BB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BB84

Black with #D7BB84

Text Example


Text Example

White with #D7BB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BB84; }

 p { color: rgb(215,187,132); }

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

background-color css

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

 a { background-color: rgb(215,187,132); }

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

border-color css

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

 span { border-color: rgb(215,187,132); }

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