Html Css Color HEX #D2B883 Straw

📋 copy color: '#D2B883'

red 210 ◦ green 184 ◦ blue 131

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

Shades of Straw #D2B883

Tints of Straw #D2B883

RGB

 RED value IS 210 (82.42% from 255) = 40%

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

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

R = 40%
G = 35.05%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D2B883 (or 0xD2B883) is known color: Straw. HEX triplet: D2, B8 and 83. RGB value is (210,184,131). Sum of RGB (Red+Green+Blue) = 210+184+131=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2B883 is #2D477C. Grayscale: #B9B9B9. Windows color (decimal): -2967421 or 8632530. OLE color: 8632530.

HSL color Cylindrical-coordinate representation of color #D2B883: hue angle of 40.25º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2B883 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 184 131 -
CMYK 0 0.12 0.38 0.18
HSL 40.25º 0.47% 0.67% -
HSV(B) 40.25º 0.38% 0.82% -
XYZ 47.82 49.62 28.53 -
YUV 185.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 210 184 131 0 0.12 0.38 0.18 40.25 0.47 0.67
Hex D2 B8 83 0 C 26 12 28 2F 43
Octal 322 270 203 0 14 46 22 50 57 103
Binary 11010010 10111000 10000011 0 1100 100110 10010 101000 101111 1000011

Color Harmonies of #D2B883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B883

Black with #D2B883

Text Example


Text Example

White with #D2B883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B883; }

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

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

background-color css

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

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

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

border-color css

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

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

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