Html Css Color HEX #D2BA7B Straw

📋 copy color: '#D2BA7B'

red 210 ◦ green 186 ◦ blue 123

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

Shades of Straw #D2BA7B

Tints of Straw #D2BA7B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.84%

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

R = 40.46%
G = 35.84%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2BA7B (or 0xD2BA7B) is known color: Straw. HEX triplet: D2, BA and 7B. RGB value is (210,186,123). Sum of RGB (Red+Green+Blue) = 210+186+123=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BA7B is #2D4584. Grayscale: #BABABA. Windows color (decimal): -2966917 or 8108754. OLE color: 8108754.

HSL color Cylindrical-coordinate representation of color #D2BA7B: hue angle of 43.45º 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 #D2BA7B is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 186 123 -
CMYK 0 0.11 0.41 0.18
HSL 43.45º 0.49% 0.65% -
HSV(B) 43.45º 0.41% 0.82% -
XYZ 47.71 50.25 25.92 -
YUV 185.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 210 186 123 0 0.11 0.41 0.18 43.45 0.49 0.65
Hex D2 BA 7B 0 B 29 12 2B 31 41
Octal 322 272 173 0 13 51 22 53 61 101
Binary 11010010 10111010 1111011 0 1011 101001 10010 101011 110001 1000001

Color Harmonies of #D2BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BA7B

Black with #D2BA7B

Text Example


Text Example

White with #D2BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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