Html Css Color HEX #D2B97A Straw

📋 copy color: '#D2B97A'

red 210 ◦ green 185 ◦ blue 122

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

Shades of Straw #D2B97A

Tints of Straw #D2B97A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.6%

R = 40.62%
G = 35.78%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2B97A (or 0xD2B97A) is known color: Straw. HEX triplet: D2, B9 and 7A. RGB value is (210,185,122). Sum of RGB (Red+Green+Blue) = 210+185+122=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B97A is #2D4685. Grayscale: #B9B9B9. Windows color (decimal): -2967174 or 8042962. OLE color: 8042962.

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

Color convert

RGB 210 185 122 -
CMYK 0 0.12 0.42 0.18
HSL 42.95º 0.49% 0.65% -
HSV(B) 42.95º 0.42% 0.82% -
XYZ 47.44 49.8 25.53 -
YUV 185.29 92.28 145.62 -
System Red Green Blue C M Y K H S L
Decimal 210 185 122 0 0.12 0.42 0.18 42.95 0.49 0.65
Hex D2 B9 7A 0 C 2A 12 2B 31 41
Octal 322 271 172 0 14 52 22 53 61 101
Binary 11010010 10111001 1111010 0 1100 101010 10010 101011 110001 1000001

Color Harmonies of #D2B97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B97A

Black with #D2B97A

Text Example


Text Example

White with #D2B97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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