Html Css Color HEX #D2BD8D Straw

📋 copy color: '#D2BD8D'

red 210 ◦ green 189 ◦ blue 141

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

Shades of Straw #D2BD8D

Tints of Straw #D2BD8D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35%

 BLUE value IS 141 (55.47% from 255) = 26.11%

R = 38.89%
G = 35%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2BD8D (or 0xD2BD8D) is known color: Straw. HEX triplet: D2, BD and 8D. RGB value is (210,189,141). Sum of RGB (Red+Green+Blue) = 210+189+141=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BD8D is #2D4272. Grayscale: #BEBEBE. Windows color (decimal): -2966131 or 9289170. OLE color: 9289170.

HSL color Cylindrical-coordinate representation of color #D2BD8D: hue angle of 41.74º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2BD8D is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 189 141 -
CMYK 0 0.10 0.33 0.18
HSL 41.74º 0.43% 0.69% -
HSV(B) 41.74º 0.33% 0.82% -
XYZ 49.58 52.02 32.63 -
YUV 189.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 210 189 141 0 0.10 0.33 0.18 41.74 0.43 0.69
Hex D2 BD 8D 0 A 21 12 2A 2B 45
Octal 322 275 215 0 12 41 22 52 53 105
Binary 11010010 10111101 10001101 0 1010 100001 10010 101010 101011 1000101

Color Harmonies of #D2BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BD8D

Black with #D2BD8D

Text Example


Text Example

White with #D2BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BD8D; }

 p { color: rgb(210,189,141); }

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

background-color css

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

 a { background-color: rgb(210,189,141); }

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

border-color css

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

 span { border-color: rgb(210,189,141); }

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