Html Css Color HEX #D7BE7C Straw

📋 copy color: '#D7BE7C'

red 215 ◦ green 190 ◦ blue 124

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

Shades of Straw #D7BE7C

Tints of Straw #D7BE7C

RGB

 RED value IS 215 (84.38% from 255) = 40.64%

 GREEN value IS 190 (74.61% from 255) = 35.92%

 BLUE value IS 124 (48.83% from 255) = 23.44%

R = 40.64%
G = 35.92%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7BE7C (or 0xD7BE7C) is known color: Straw. HEX triplet: D7, BE and 7C. RGB value is (215,190,124). Sum of RGB (Red+Green+Blue) = 215+190+124=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BE7C is #284183. Grayscale: #BEBEBE. Windows color (decimal): -2638212 or 8175319. OLE color: 8175319.

HSL color Cylindrical-coordinate representation of color #D7BE7C: hue angle of 43.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7BE7C is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 190 124 -
CMYK 0 0.12 0.42 0.16
HSL 43.52º 0.53% 0.66% -
HSV(B) 43.52º 0.42% 0.84% -
XYZ 50.08 52.73 26.61 -
YUV 189.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 215 190 124 0 0.12 0.42 0.16 43.52 0.53 0.66
Hex D7 BE 7C 0 C 2A 10 2C 35 42
Octal 327 276 174 0 14 52 20 54 65 102
Binary 11010111 10111110 1111100 0 1100 101010 10000 101100 110101 1000010

Color Harmonies of #D7BE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BE7C

Black with #D7BE7C

Text Example


Text Example

White with #D7BE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BE7C; }

 p { color: rgb(215,190,124); }

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

background-color css

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

 a { background-color: rgb(215,190,124); }

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

border-color css

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

 span { border-color: rgb(215,190,124); }

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