Html Css Color HEX #D2B97B Straw

📋 copy color: '#D2B97B'

red 210 ◦ green 185 ◦ blue 123

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

Shades of Straw #D2B97B

Tints of Straw #D2B97B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.71%

 BLUE value IS 123 (48.44% from 255) = 23.75%

R = 40.54%
G = 35.71%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2B97B (or 0xD2B97B) is known color: Straw. HEX triplet: D2, B9 and 7B. RGB value is (210,185,123). Sum of RGB (Red+Green+Blue) = 210+185+123=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B97B is #2D4684. Grayscale: #B9B9B9. Windows color (decimal): -2967173 or 8108498. OLE color: 8108498.

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

Color convert

RGB 210 185 123 -
CMYK 0 0.12 0.41 0.18
HSL 42.76º 0.49% 0.65% -
HSV(B) 42.76º 0.41% 0.82% -
XYZ 47.5 49.83 25.85 -
YUV 185.41 92.78 145.54 -
System Red Green Blue C M Y K H S L
Decimal 210 185 123 0 0.12 0.41 0.18 42.76 0.49 0.65
Hex D2 B9 7B 0 C 29 12 2B 31 41
Octal 322 271 173 0 14 51 22 53 61 101
Binary 11010010 10111001 1111011 0 1100 101001 10010 101011 110001 1000001

Color Harmonies of #D2B97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B97B

Black with #D2B97B

Text Example


Text Example

White with #D2B97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B97B; }

 p { color: rgb(210,185,123); }

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

background-color css

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

 a { background-color: rgb(210,185,123); }

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

border-color css

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

 span { border-color: rgb(210,185,123); }

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