Html Css Color HEX #D7B67C Straw

📋 copy color: '#D7B67C'

red 215 ◦ green 182 ◦ blue 124

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

Shades of Straw #D7B67C

Tints of Straw #D7B67C

RGB

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

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

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

R = 41.27%
G = 34.93%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7B67C (or 0xD7B67C) is known color: Straw. HEX triplet: D7, B6 and 7C. RGB value is (215,182,124). Sum of RGB (Red+Green+Blue) = 215+182+124=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B67C is #284983. Grayscale: #B9B9B9. Windows color (decimal): -2640260 or 8173271. OLE color: 8173271.

HSL color Cylindrical-coordinate representation of color #D7B67C: hue angle of 38.24º 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 #D7B67C is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 182 124 -
CMYK 0 0.15 0.42 0.16
HSL 38.24º 0.53% 0.66% -
HSV(B) 38.24º 0.42% 0.84% -
XYZ 48.39 49.36 26.05 -
YUV 185.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 215 182 124 0 0.15 0.42 0.16 38.24 0.53 0.66
Hex D7 B6 7C 0 F 2A 10 26 35 42
Octal 327 266 174 0 17 52 20 46 65 102
Binary 11010111 10110110 1111100 0 1111 101010 10000 100110 110101 1000010

Color Harmonies of #D7B67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B67C

Black with #D7B67C

Text Example


Text Example

White with #D7B67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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