Html Css Color HEX #D8B883 Straw

📋 copy color: '#D8B883'

red 216 ◦ green 184 ◦ blue 131

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

Shades of Straw #D8B883

Tints of Straw #D8B883

RGB

 RED value IS 216 (84.77% from 255) = 40.68%

 GREEN value IS 184 (72.27% from 255) = 34.65%

 BLUE value IS 131 (51.56% from 255) = 24.67%

R = 40.68%
G = 34.65%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D8B883 (or 0xD8B883) is known color: Straw. HEX triplet: D8, B8 and 83. RGB value is (216,184,131). Sum of RGB (Red+Green+Blue) = 216+184+131=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B883 is #27477C. Grayscale: #BBBBBB. Windows color (decimal): -2574205 or 8632536. OLE color: 8632536.

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

Color convert

RGB 216 184 131 -
CMYK 0 0.15 0.39 0.15
HSL 37.41º 0.52% 0.68% -
HSV(B) 37.41º 0.39% 0.85% -
XYZ 49.56 50.52 28.61 -
YUV 187.53 96.1 148.31 -
System Red Green Blue C M Y K H S L
Decimal 216 184 131 0 0.15 0.39 0.15 37.41 0.52 0.68
Hex D8 B8 83 0 F 27 F 25 34 44
Octal 330 270 203 0 17 47 17 45 64 104
Binary 11011000 10111000 10000011 0 1111 100111 1111 100101 110100 1000100

Color Harmonies of #D8B883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B883

Black with #D8B883

Text Example


Text Example

White with #D8B883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B883; }

 p { color: rgb(216,184,131); }

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

background-color css

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

 a { background-color: rgb(216,184,131); }

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

border-color css

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

 span { border-color: rgb(216,184,131); }

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