Html Css Color HEX #D4BA7F Straw

📋 copy color: '#D4BA7F'

red 212 ◦ green 186 ◦ blue 127

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

Shades of Straw #D4BA7F

Tints of Straw #D4BA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.19%

R = 40.38%
G = 35.43%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4BA7F (or 0xD4BA7F) is known color: Straw. HEX triplet: D4, BA and 7F. RGB value is (212,186,127). Sum of RGB (Red+Green+Blue) = 212+186+127=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 127 (50% from 255 or 24.19% from 525); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BA7F is #2B4580. Grayscale: #BBBBBB. Windows color (decimal): -2835841 or 8370900. OLE color: 8370900.

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

Color convert

RGB 212 186 127 -
CMYK 0 0.12 0.40 0.17
HSL 41.65º 0.5% 0.66% -
HSV(B) 41.65º 0.4% 0.83% -
XYZ 48.54 50.65 27.3 -
YUV 187.05 94.11 145.8 -
System Red Green Blue C M Y K H S L
Decimal 212 186 127 0 0.12 0.40 0.17 41.65 0.5 0.66
Hex D4 BA 7F 0 C 28 11 2A 32 42
Octal 324 272 177 0 14 50 21 52 62 102
Binary 11010100 10111010 1111111 0 1100 101000 10001 101010 110010 1000010

Color Harmonies of #D4BA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BA7F

Black with #D4BA7F

Text Example


Text Example

White with #D4BA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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