Html Css Color HEX #D4BB8A Straw

📋 copy color: '#D4BB8A'

red 212 ◦ green 187 ◦ blue 138

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

Shades of Straw #D4BB8A

Tints of Straw #D4BB8A

RGB

 RED value IS 212 (83.2% from 255) = 39.48%

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

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

R = 39.48%
G = 34.82%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4BB8A (or 0xD4BB8A) is known color: Straw. HEX triplet: D4, BB and 8A. RGB value is (212,187,138). Sum of RGB (Red+Green+Blue) = 212+187+138=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BB8A is #2B4475. Grayscale: #BDBDBD. Windows color (decimal): -2835574 or 9092052. OLE color: 9092052.

HSL color Cylindrical-coordinate representation of color #D4BB8A: hue angle of 39.73º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4BB8A is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 187 138 -
CMYK 0 0.12 0.35 0.17
HSL 39.73º 0.46% 0.69% -
HSV(B) 39.73º 0.35% 0.83% -
XYZ 49.51 51.37 31.35 -
YUV 188.89 99.28 144.48 -
System Red Green Blue C M Y K H S L
Decimal 212 187 138 0 0.12 0.35 0.17 39.73 0.46 0.69
Hex D4 BB 8A 0 C 23 11 28 2E 45
Octal 324 273 212 0 14 43 21 50 56 105
Binary 11010100 10111011 10001010 0 1100 100011 10001 101000 101110 1000101

Color Harmonies of #D4BB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BB8A

Black with #D4BB8A

Text Example


Text Example

White with #D4BB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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