Html Css Color HEX #D3B67F Straw

📋 copy color: '#D3B67F'

red 211 ◦ green 182 ◦ blue 127

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

Shades of Straw #D3B67F

Tints of Straw #D3B67F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35%

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

R = 40.58%
G = 35%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D3B67F (or 0xD3B67F) is known color: Straw. HEX triplet: D3, B6 and 7F. RGB value is (211,182,127). Sum of RGB (Red+Green+Blue) = 211+182+127=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B67F is #2C4980. Grayscale: #B8B8B8. Windows color (decimal): -2902401 or 8369875. OLE color: 8369875.

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

Color convert

RGB 211 182 127 -
CMYK 0 0.14 0.40 0.17
HSL 39.29º 0.49% 0.66% -
HSV(B) 39.29º 0.4% 0.83% -
XYZ 47.42 48.84 27.01 -
YUV 184.4 95.61 146.97 -
System Red Green Blue C M Y K H S L
Decimal 211 182 127 0 0.14 0.40 0.17 39.29 0.49 0.66
Hex D3 B6 7F 0 E 28 11 27 31 42
Octal 323 266 177 0 16 50 21 47 61 102
Binary 11010011 10110110 1111111 0 1110 101000 10001 100111 110001 1000010

Color Harmonies of #D3B67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B67F

Black with #D3B67F

Text Example


Text Example

White with #D3B67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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