Html Css Color HEX #D6B878 Straw

📋 copy color: '#D6B878'

red 214 ◦ green 184 ◦ blue 120

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

Shades of Straw #D6B878

Tints of Straw #D6B878

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.52%

 BLUE value IS 120 (47.27% from 255) = 23.17%

R = 41.31%
G = 35.52%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6B878 (or 0xD6B878) is known color: Straw. HEX triplet: D6, B8 and 78. RGB value is (214,184,120). Sum of RGB (Red+Green+Blue) = 214+184+120=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B878 is #294787. Grayscale: #B9B9B9. Windows color (decimal): -2705288 or 7911638. OLE color: 7911638.

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

Color convert

RGB 214 184 120 -
CMYK 0 0.14 0.44 0.16
HSL 40.85º 0.53% 0.65% -
HSV(B) 40.85º 0.44% 0.84% -
XYZ 48.26 49.93 24.86 -
YUV 185.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 214 184 120 0 0.14 0.44 0.16 40.85 0.53 0.65
Hex D6 B8 78 0 E 2C 10 29 35 41
Octal 326 270 170 0 16 54 20 51 65 101
Binary 11010110 10111000 1111000 0 1110 101100 10000 101001 110101 1000001

Color Harmonies of #D6B878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B878

Black with #D6B878

Text Example


Text Example

White with #D6B878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B878; }

 p { color: rgb(214,184,120); }

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

background-color css

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

 a { background-color: rgb(214,184,120); }

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

border-color css

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

 span { border-color: rgb(214,184,120); }

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