Html Css Color HEX #D5B883 Straw

📋 copy color: '#D5B883'

red 213 ◦ green 184 ◦ blue 131

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

Shades of Straw #D5B883

Tints of Straw #D5B883

RGB

 RED value IS 213 (83.59% from 255) = 40.34%

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

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

R = 40.34%
G = 34.85%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D5B883 (or 0xD5B883) is known color: Straw. HEX triplet: D5, B8 and 83. RGB value is (213,184,131). Sum of RGB (Red+Green+Blue) = 213+184+131=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B883 is #2A477C. Grayscale: #BABABA. Windows color (decimal): -2770813 or 8632533. OLE color: 8632533.

HSL color Cylindrical-coordinate representation of color #D5B883: hue angle of 38.78º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5B883 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 184 131 -
CMYK 0 0.14 0.38 0.16
HSL 38.78º 0.49% 0.67% -
HSV(B) 38.78º 0.38% 0.84% -
XYZ 48.68 50.07 28.57 -
YUV 186.63 96.61 146.81 -
System Red Green Blue C M Y K H S L
Decimal 213 184 131 0 0.14 0.38 0.16 38.78 0.49 0.67
Hex D5 B8 83 0 E 26 10 27 31 43
Octal 325 270 203 0 16 46 20 47 61 103
Binary 11010101 10111000 10000011 0 1110 100110 10000 100111 110001 1000011

Color Harmonies of #D5B883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B883

Black with #D5B883

Text Example


Text Example

White with #D5B883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B883; }

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

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

background-color css

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

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

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

border-color css

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

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

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