Html Css Color HEX #D3BC7F Straw

📋 copy color: '#D3BC7F'

red 211 ◦ green 188 ◦ blue 127

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

Shades of Straw #D3BC7F

Tints of Straw #D3BC7F

RGB

 RED value IS 211 (82.81% from 255) = 40.11%

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

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

R = 40.11%
G = 35.74%
B = 24.14%

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

#D3BC7F (or 0xD3BC7F) is known color: Straw. HEX triplet: D3, BC and 7F. RGB value is (211,188,127). Sum of RGB (Red+Green+Blue) = 211+188+127=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3BC7F is #2C4380. Grayscale: #BCBCBC. Windows color (decimal): -2900865 or 8371411. OLE color: 8371411.

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

Color convert

RGB 211 188 127 -
CMYK 0 0.11 0.40 0.17
HSL 43.57º 0.49% 0.66% -
HSV(B) 43.57º 0.4% 0.83% -
XYZ 48.68 51.35 27.42 -
YUV 187.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 211 188 127 0 0.11 0.40 0.17 43.57 0.49 0.66
Hex D3 BC 7F 0 B 28 11 2C 31 42
Octal 323 274 177 0 13 50 21 54 61 102
Binary 11010011 10111100 1111111 0 1011 101000 10001 101100 110001 1000010

Color Harmonies of #D3BC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BC7F

Black with #D3BC7F

Text Example


Text Example

White with #D3BC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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