Html Css Color HEX #D4BD8A Straw

📋 copy color: '#D4BD8A'

red 212 ◦ green 189 ◦ blue 138

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

Shades of Straw #D4BD8A

Tints of Straw #D4BD8A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.06%

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

R = 39.33%
G = 35.06%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4BD8A (or 0xD4BD8A) is known color: Straw. HEX triplet: D4, BD and 8A. RGB value is (212,189,138). Sum of RGB (Red+Green+Blue) = 212+189+138=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BD8A is #2B4275. Grayscale: #BEBEBE. Windows color (decimal): -2835062 or 9092564. OLE color: 9092564.

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

Color convert

RGB 212 189 138 -
CMYK 0 0.11 0.35 0.17
HSL 41.35º 0.46% 0.69% -
HSV(B) 41.35º 0.35% 0.83% -
XYZ 49.94 52.23 31.49 -
YUV 190.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 212 189 138 0 0.11 0.35 0.17 41.35 0.46 0.69
Hex D4 BD 8A 0 B 23 11 29 2E 45
Octal 324 275 212 0 13 43 21 51 56 105
Binary 11010100 10111101 10001010 0 1011 100011 10001 101001 101110 1000101

Color Harmonies of #D4BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BD8A

Black with #D4BD8A

Text Example


Text Example

White with #D4BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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