Html Css Color HEX #D6B678 Straw

📋 copy color: '#D6B678'

red 214 ◦ green 182 ◦ blue 120

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

Shades of Straw #D6B678

Tints of Straw #D6B678

RGB

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

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

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

R = 41.47%
G = 35.27%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6B678 (or 0xD6B678) is known color: Straw. HEX triplet: D6, B6 and 78. RGB value is (214,182,120). Sum of RGB (Red+Green+Blue) = 214+182+120=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B678 is #294987. Grayscale: #B8B8B8. Windows color (decimal): -2705800 or 7911126. OLE color: 7911126.

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

Color convert

RGB 214 182 120 -
CMYK 0 0.15 0.44 0.16
HSL 39.57º 0.53% 0.65% -
HSV(B) 39.57º 0.44% 0.84% -
XYZ 47.85 49.11 24.73 -
YUV 184.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 214 182 120 0 0.15 0.44 0.16 39.57 0.53 0.65
Hex D6 B6 78 0 F 2C 10 28 35 41
Octal 326 266 170 0 17 54 20 50 65 101
Binary 11010110 10110110 1111000 0 1111 101100 10000 101000 110101 1000001

Color Harmonies of #D6B678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B678

Black with #D6B678

Text Example


Text Example

White with #D6B678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B678; }

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

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

background-color css

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

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

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

border-color css

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

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

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