Html Css Color HEX #D6B67C Straw

📋 copy color: '#D6B67C'

red 214 ◦ green 182 ◦ blue 124

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

Shades of Straw #D6B67C

Tints of Straw #D6B67C

RGB

 RED value IS 214 (83.98% from 255) = 41.15%

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

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

R = 41.15%
G = 35%
B = 23.85%

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

#D6B67C (or 0xD6B67C) is known color: Straw. HEX triplet: D6, B6 and 7C. RGB value is (214,182,124). Sum of RGB (Red+Green+Blue) = 214+182+124=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B67C is #294983. Grayscale: #B9B9B9. Windows color (decimal): -2705796 or 8173270. OLE color: 8173270.

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

Color convert

RGB 214 182 124 -
CMYK 0 0.15 0.42 0.16
HSL 38.67º 0.52% 0.66% -
HSV(B) 38.67º 0.42% 0.84% -
XYZ 48.1 49.21 26.03 -
YUV 184.96 93.6 148.72 -
System Red Green Blue C M Y K H S L
Decimal 214 182 124 0 0.15 0.42 0.16 38.67 0.52 0.66
Hex D6 B6 7C 0 F 2A 10 27 34 42
Octal 326 266 174 0 17 52 20 47 64 102
Binary 11010110 10110110 1111100 0 1111 101010 10000 100111 110100 1000010

Color Harmonies of #D6B67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B67C

Black with #D6B67C

Text Example


Text Example

White with #D6B67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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