Html Css Color HEX #D4BC7F Straw

📋 copy color: '#D4BC7F'

red 212 ◦ green 188 ◦ blue 127

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

Shades of Straw #D4BC7F

Tints of Straw #D4BC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.67%

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

R = 40.23%
G = 35.67%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D4BC7F (or 0xD4BC7F) is known color: Straw. HEX triplet: D4, BC and 7F. RGB value is (212,188,127). Sum of RGB (Red+Green+Blue) = 212+188+127=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4BC7F is #2B4380. Grayscale: #BCBCBC. Windows color (decimal): -2835329 or 8371412. OLE color: 8371412.

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

Color convert

RGB 212 188 127 -
CMYK 0 0.11 0.40 0.17
HSL 43.06º 0.5% 0.66% -
HSV(B) 43.06º 0.4% 0.83% -
XYZ 48.97 51.5 27.44 -
YUV 188.22 93.45 144.96 -
System Red Green Blue C M Y K H S L
Decimal 212 188 127 0 0.11 0.40 0.17 43.06 0.5 0.66
Hex D4 BC 7F 0 B 28 11 2B 32 42
Octal 324 274 177 0 13 50 21 53 62 102
Binary 11010100 10111100 1111111 0 1011 101000 10001 101011 110010 1000010

Color Harmonies of #D4BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BC7F

Black with #D4BC7F

Text Example


Text Example

White with #D4BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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