Html Css Color HEX #D5BF7F Straw

📋 copy color: '#D5BF7F'

red 213 ◦ green 191 ◦ blue 127

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

Shades of Straw #D5BF7F

Tints of Straw #D5BF7F

RGB

 RED value IS 213 (83.59% from 255) = 40.11%

 GREEN value IS 191 (75% from 255) = 35.97%

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

R = 40.11%
G = 35.97%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5BF7F (or 0xD5BF7F) is known color: Straw. HEX triplet: D5, BF and 7F. RGB value is (213,191,127). Sum of RGB (Red+Green+Blue) = 213+191+127=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BF7F is #2A4080. Grayscale: #BEBEBE. Windows color (decimal): -2769025 or 8372181. OLE color: 8372181.

HSL color Cylindrical-coordinate representation of color #D5BF7F: hue angle of 44.65º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5BF7F is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 191 127 -
CMYK 0 0.10 0.40 0.16
HSL 44.65º 0.51% 0.67% -
HSV(B) 44.65º 0.4% 0.84% -
XYZ 49.9 52.94 27.67 -
YUV 190.28 92.29 144.2 -
System Red Green Blue C M Y K H S L
Decimal 213 191 127 0 0.10 0.40 0.16 44.65 0.51 0.67
Hex D5 BF 7F 0 A 28 10 2D 33 43
Octal 325 277 177 0 12 50 20 55 63 103
Binary 11010101 10111111 1111111 0 1010 101000 10000 101101 110011 1000011

Color Harmonies of #D5BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BF7F

Black with #D5BF7F

Text Example


Text Example

White with #D5BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BF7F; }

 p { color: rgb(213,191,127); }

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

background-color css

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

 a { background-color: rgb(213,191,127); }

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

border-color css

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

 span { border-color: rgb(213,191,127); }

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