Html Css Color HEX #D4BA7E Straw

📋 copy color: '#D4BA7E'

red 212 ◦ green 186 ◦ blue 126

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

Shades of Straw #D4BA7E

Tints of Straw #D4BA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.05%

R = 40.46%
G = 35.5%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4BA7E (or 0xD4BA7E) is known color: Straw. HEX triplet: D4, BA and 7E. RGB value is (212,186,126). Sum of RGB (Red+Green+Blue) = 212+186+126=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA7E is #2B4581. Grayscale: #BBBBBB. Windows color (decimal): -2835842 or 8305364. OLE color: 8305364.

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

Color convert

RGB 212 186 126 -
CMYK 0 0.12 0.41 0.17
HSL 41.86º 0.5% 0.66% -
HSV(B) 41.86º 0.41% 0.83% -
XYZ 48.48 50.62 26.95 -
YUV 186.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 212 186 126 0 0.12 0.41 0.17 41.86 0.5 0.66
Hex D4 BA 7E 0 C 29 11 2A 32 42
Octal 324 272 176 0 14 51 21 52 62 102
Binary 11010100 10111010 1111110 0 1100 101001 10001 101010 110010 1000010

Color Harmonies of #D4BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA7E

Black with #D4BA7E

Text Example


Text Example

White with #D4BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA7E; }

 p { color: rgb(212,186,126); }

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

background-color css

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

 a { background-color: rgb(212,186,126); }

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

border-color css

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

 span { border-color: rgb(212,186,126); }

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