Html Css Color HEX #D2BB8A Straw

📋 copy color: '#D2BB8A'

red 210 ◦ green 187 ◦ blue 138

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

Shades of Straw #D2BB8A

Tints of Straw #D2BB8A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.95%

 BLUE value IS 138 (54.3% from 255) = 25.79%

R = 39.25%
G = 34.95%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2BB8A (or 0xD2BB8A) is known color: Straw. HEX triplet: D2, BB and 8A. RGB value is (210,187,138). Sum of RGB (Red+Green+Blue) = 210+187+138=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BB8A is #2D4475. Grayscale: #BCBCBC. Windows color (decimal): -2966646 or 9092050. OLE color: 9092050.

HSL color Cylindrical-coordinate representation of color #D2BB8A: hue angle of 40.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2BB8A is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 187 138 -
CMYK 0 0.11 0.34 0.18
HSL 40.83º 0.44% 0.68% -
HSV(B) 40.83º 0.34% 0.82% -
XYZ 48.94 51.08 31.32 -
YUV 188.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 210 187 138 0 0.11 0.34 0.18 40.83 0.44 0.68
Hex D2 BB 8A 0 B 22 12 29 2C 44
Octal 322 273 212 0 13 42 22 51 54 104
Binary 11010010 10111011 10001010 0 1011 100010 10010 101001 101100 1000100

Color Harmonies of #D2BB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BB8A

Black with #D2BB8A

Text Example


Text Example

White with #D2BB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BB8A; }

 p { color: rgb(210,187,138); }

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

background-color css

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

 a { background-color: rgb(210,187,138); }

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

border-color css

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

 span { border-color: rgb(210,187,138); }

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