Html Css Color HEX #D6C189 Straw

📋 copy color: '#D6C189'

red 214 ◦ green 193 ◦ blue 137

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

Shades of Straw #D6C189

Tints of Straw #D6C189

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.48%

 BLUE value IS 137 (53.91% from 255) = 25.18%

R = 39.34%
G = 35.48%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6C189 (or 0xD6C189) is known color: Straw. HEX triplet: D6, C1 and 89. RGB value is (214,193,137). Sum of RGB (Red+Green+Blue) = 214+193+137=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C189 is #293E76. Grayscale: #C1C1C1. Windows color (decimal): -2702967 or 9028054. OLE color: 9028054.

HSL color Cylindrical-coordinate representation of color #D6C189: hue angle of 43.64º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6C189 is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 193 137 -
CMYK 0 0.10 0.36 0.16
HSL 43.64º 0.48% 0.69% -
HSV(B) 43.64º 0.36% 0.84% -
XYZ 51.32 54.24 31.43 -
YUV 192.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 214 193 137 0 0.10 0.36 0.16 43.64 0.48 0.69
Hex D6 C1 89 0 A 24 10 2C 30 45
Octal 326 301 211 0 12 44 20 54 60 105
Binary 11010110 11000001 10001001 0 1010 100100 10000 101100 110000 1000101

Color Harmonies of #D6C189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C189

Black with #D6C189

Text Example


Text Example

White with #D6C189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C189; }

 p { color: rgb(214,193,137); }

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

background-color css

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

 a { background-color: rgb(214,193,137); }

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

border-color css

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

 span { border-color: rgb(214,193,137); }

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