Html Css Color HEX #D6B77A Straw

📋 copy color: '#D6B77A'

red 214 ◦ green 183 ◦ blue 122

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

Shades of Straw #D6B77A

Tints of Straw #D6B77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.51%

R = 41.23%
G = 35.26%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6B77A (or 0xD6B77A) is known color: Straw. HEX triplet: D6, B7 and 7A. RGB value is (214,183,122). Sum of RGB (Red+Green+Blue) = 214+183+122=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B77A is #294885. Grayscale: #B9B9B9. Windows color (decimal): -2705542 or 8042454. OLE color: 8042454.

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

Color convert

RGB 214 183 122 -
CMYK 0 0.14 0.43 0.16
HSL 39.78º 0.53% 0.66% -
HSV(B) 39.78º 0.43% 0.84% -
XYZ 48.18 49.57 25.44 -
YUV 185.32 92.27 148.46 -
System Red Green Blue C M Y K H S L
Decimal 214 183 122 0 0.14 0.43 0.16 39.78 0.53 0.66
Hex D6 B7 7A 0 E 2B 10 28 35 42
Octal 326 267 172 0 16 53 20 50 65 102
Binary 11010110 10110111 1111010 0 1110 101011 10000 101000 110101 1000010

Color Harmonies of #D6B77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B77A

Black with #D6B77A

Text Example


Text Example

White with #D6B77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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