Html Css Color HEX #D6B77C Straw

📋 copy color: '#D6B77C'

red 214 ◦ green 183 ◦ blue 124

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

Shades of Straw #D6B77C

Tints of Straw #D6B77C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.12%

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

R = 41.07%
G = 35.12%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6B77C (or 0xD6B77C) is known color: Straw. HEX triplet: D6, B7 and 7C. RGB value is (214,183,124). Sum of RGB (Red+Green+Blue) = 214+183+124=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B77C is #294883. Grayscale: #B9B9B9. Windows color (decimal): -2705540 or 8173526. OLE color: 8173526.

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

Color convert

RGB 214 183 124 -
CMYK 0 0.14 0.42 0.16
HSL 39.33º 0.52% 0.66% -
HSV(B) 39.33º 0.42% 0.84% -
XYZ 48.3 49.62 26.1 -
YUV 185.54 93.27 148.3 -
System Red Green Blue C M Y K H S L
Decimal 214 183 124 0 0.14 0.42 0.16 39.33 0.52 0.66
Hex D6 B7 7C 0 E 2A 10 27 34 42
Octal 326 267 174 0 16 52 20 47 64 102
Binary 11010110 10110111 1111100 0 1110 101010 10000 100111 110100 1000010

Color Harmonies of #D6B77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B77C

Black with #D6B77C

Text Example


Text Example

White with #D6B77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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